From 194229b6d469d28fa784387a7972aa7306d4f153 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 25 Sep 2016 15:55:16 +0100 Subject: Don't forget the tab count on . --- content_scripts/link_hints.coffee | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3