diff options
| author | Stephen Blott | 2017-11-18 12:41:04 +0000 |
|---|---|---|
| committer | GitHub | 2017-11-18 12:41:04 +0000 |
| commit | e8d0fe5f3f87b2ad753975a4485db348af7853fc (patch) | |
| tree | 882e8af2213ea1c6e5e42e4f113fb6c3611a3cf8 /content_scripts | |
| parent | 72d7af375fbf4ba7fd300ae4602e45a0c2652e59 (diff) | |
| parent | 64995cc4f4777a3b1899caaf2992862f9f02448b (diff) | |
| download | vimium-e8d0fe5f3f87b2ad753975a4485db348af7853fc.tar.bz2 | |
Merge pull request #2802 from mrmr1993/pr/link-hints-pass-non-printing-keys
Don't suppress default action for non-printing keys in link hints
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/link_hints.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 1e4670dd..96370bb4 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -290,7 +290,7 @@ class LinkHintsMode @markerMatcher.pushKeyChar keyChar @updateVisibleMarkers() else - return + return handlerStack.suppressPropagation handlerStack.suppressEvent |
