From 64995cc4f4777a3b1899caaf2992862f9f02448b Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Tue, 14 Nov 2017 12:07:26 +0000 Subject: Don't suppress default action for non-printing keys in link hints This restores the old behaviour prior to c4cc76e9f6a0a99ebc297e420be739a0fc77f827 (PR #2772). --- content_scripts/link_hints.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index f2fb7c19..ec3c685a 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -294,7 +294,7 @@ class LinkHintsMode @markerMatcher.pushKeyChar keyChar @updateVisibleMarkers() else - return + return handlerStack.suppressPropagation handlerStack.suppressEvent -- cgit v1.2.3