From e7c64d80d04c57da09b63e99a4b63396f3a96fcd Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 25 Sep 2016 16:28:39 +0100 Subject: Do not reset tab index on modifiers. The prevents the active element from being reset when we rotate hint markers. --- 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 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. -- cgit v1.2.3