aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-01-30 12:16:12 +0000
committerStephen Blott2016-01-30 12:16:12 +0000
commitf2276adc9b90c468918cdbf6868ddaef0efa573b (patch)
tree219850ea1b2c2412a9e18cd85bae00395c76387d
parenta65ca68a0011fd8f9ab1282db8e85476633c0956 (diff)
downloadvimium-f2276adc9b90c468918cdbf6868ddaef0efa573b.tar.bz2
Do not enter link-hints mode on scroll.
Fixes #1918.
-rw-r--r--content_scripts/link_hints.coffee1
1 files changed, 0 insertions, 1 deletions
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