From f2276adc9b90c468918cdbf6868ddaef0efa573b Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 30 Jan 2016 12:16:12 +0000 Subject: Do not enter link-hints mode on scroll. Fixes #1918. --- content_scripts/link_hints.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 8fc1446b..3b08dcd9 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -70,7 +70,6 @@ class LinkHintsMode suppressTrailingKeyEvents: true exitOnEscape: true exitOnClick: true - exitOnScroll: true keydown: @onKeyDownInMode.bind this, hintMarkers keypress: @onKeyPressInMode.bind this, hintMarkers -- cgit v1.2.3