diff options
| author | Stephen Blott | 2016-01-30 12:16:12 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-01-30 12:16:12 +0000 | 
| commit | f2276adc9b90c468918cdbf6868ddaef0efa573b (patch) | |
| tree | 219850ea1b2c2412a9e18cd85bae00395c76387d /content_scripts/link_hints.coffee | |
| parent | a65ca68a0011fd8f9ab1282db8e85476633c0956 (diff) | |
| download | vimium-f2276adc9b90c468918cdbf6868ddaef0efa573b.tar.bz2 | |
Do not enter link-hints mode on scroll.
Fixes #1918.
Diffstat (limited to 'content_scripts/link_hints.coffee')
| -rw-r--r-- | content_scripts/link_hints.coffee | 1 | 
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 | 
