Skip to content

Commit

Permalink
Send LINK_UNHOVER events (fixes #287).
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hofheinz committed May 29, 2016
1 parent b6b9235 commit 8233d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui.c
Expand Up @@ -628,6 +628,7 @@ mouse_target_cb (WebKitWebView *view, WebKitHitTestResult *hit_test, guint modif

/* TODO: Handle other cases? */
if (!(context & WEBKIT_HIT_TEST_RESULT_CONTEXT_LINK)) {
send_hover_event ("", "");
return;
}

Expand Down

0 comments on commit 8233d74

Please sign in to comment.