diff options
| author | Stephen Blott | 2016-01-30 12:45:33 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-01-30 12:45:33 +0000 | 
| commit | 4fbd897367b6a347ad0be5d350a85bf10c7ec1b5 (patch) | |
| tree | 78f054305bfcb78120e4a9906000b50f95b7e23a /content_scripts/link_hints.coffee | |
| parent | 9002a937d24f62f729978b0b2477396cb0f0de90 (diff) | |
| parent | f2276adc9b90c468918cdbf6868ddaef0efa573b (diff) | |
| download | vimium-4fbd897367b6a347ad0be5d350a85bf10c7ec1b5.tar.bz2 | |
Merge pull request #1952 from smblott-github/link-hints-ignore-scroll
Do not exit link-hints mode on scroll.
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 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 | 
