aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/link_hints.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/link_hints.coffee')
-rw-r--r--content_scripts/link_hints.coffee1
1 files changed, 1 insertions, 0 deletions
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.