From 79cd315d4568e3df009c313d5e4f882ab9fcc1c1 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 17 Jun 2012 00:19:24 -0700 Subject: Fix a regression where link hint chars were passed through to the underlying page. --- content_scripts/link_hints.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'content_scripts/link_hints.coffee') diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index e454a1b6..9858882e 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -178,6 +178,7 @@ LinkHints = @hideMarker(@hintMarkers[i]) for i of linksMatched @showMarker(linksMatched[i], @markerMatcher.hintKeystrokeQueue.length) + false # We've handled this key, so prevent propagation. # # When only one link hint remains, this function activates it in the appropriate way. -- cgit v1.2.3