aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2017-11-18 12:41:04 +0000
committerGitHub2017-11-18 12:41:04 +0000
commite8d0fe5f3f87b2ad753975a4485db348af7853fc (patch)
tree882e8af2213ea1c6e5e42e4f113fb6c3611a3cf8 /content_scripts
parent72d7af375fbf4ba7fd300ae4602e45a0c2652e59 (diff)
parent64995cc4f4777a3b1899caaf2992862f9f02448b (diff)
downloadvimium-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.coffee2
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