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 4ae8c459..bc2dd5bc 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -288,6 +288,7 @@ class LinkHintsMode
HintCoordinator.sendMessage "rotateHints"
else
+ @tabCount = previousTabCount if event.ctrlKey or event.metaKey or event.altKey
return
# We've handled the event, so suppress it and update the mode indicator.