diff options
| author | Stephen Blott | 2016-09-25 15:55:16 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-25 15:55:16 +0100 | 
| commit | 194229b6d469d28fa784387a7972aa7306d4f153 (patch) | |
| tree | d52861028ca8a6db8829214d472b3a0153562c85 /content_scripts | |
| parent | 1bc4b3e4b5eed07bd478564008b1f2526f1f10f8 (diff) | |
| download | vimium-194229b6d469d28fa784387a7972aa7306d4f153.tar.bz2 | |
Don't forget the tab count on <Space>.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/link_hints.coffee | 1 | 
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 | 
