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 751aa12c..aef6f46d 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -283,6 +283,7 @@ class LinkHintsMode
@updateVisibleMarkers @tabCount
else if event.keyCode == keyCodes.space and @markerMatcher.shouldRotateHints event
+ @tabCount = previousTabCount
HintCoordinator.sendMessage "rotateHints"
else