diff options
| author | mrmr1993 | 2017-10-29 14:35:36 +0000 | 
|---|---|---|
| committer | mrmr1993 | 2017-10-29 14:55:37 +0000 | 
| commit | af74bf84adbe0abcf7fa491f352d31b417c78cd4 (patch) | |
| tree | db063eea867e723f878674ff54ad87dc9bc04d62 /content_scripts/link_hints.coffee | |
| parent | 52bd2cdbf662e3d40c0f5273485379be77ef8c19 (diff) | |
| download | vimium-af74bf84adbe0abcf7fa491f352d31b417c78cd4.tar.bz2 | |
Suppress all keyup events automatically if we consume the keydown
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 38ac3b28..7d3cd91c 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -166,7 +166,6 @@ class LinkHintsMode        name: "hint/#{@mode.name}"        indicator: false        singleton: "link-hints-mode" -      passInitialKeyupEvents: true        suppressAllKeyboardEvents: true        suppressTrailingKeyEvents: true        exitOnEscape: true | 
