aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-01-30 12:45:33 +0000
committerStephen Blott2016-01-30 12:45:33 +0000
commit4fbd897367b6a347ad0be5d350a85bf10c7ec1b5 (patch)
tree78f054305bfcb78120e4a9906000b50f95b7e23a
parent9002a937d24f62f729978b0b2477396cb0f0de90 (diff)
parentf2276adc9b90c468918cdbf6868ddaef0efa573b (diff)
downloadvimium-4fbd897367b6a347ad0be5d350a85bf10c7ec1b5.tar.bz2
Merge pull request #1952 from smblott-github/link-hints-ignore-scroll
Do not exit link-hints mode on scroll.
-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 07deaf61..0b1bb20e 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