From 10dcaa389958483a988a5bd86d3fd3d4e2799a77 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 9 Mar 2017 09:54:46 +0000 Subject: Fix #2445 (link hints with queue broken). --- content_scripts/link_hints.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index ac069c3c..741d42cf 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -128,7 +128,7 @@ LinkHints = if isSuccess # Wait for the next tick to allow the previous mode to exit. It might yet generate a click event, # which would cause our new mode to exit immediately. - Utils.nextTick -> LinkHints.activateMode count-1, mode + Utils.nextTick -> LinkHints.activateMode count-1, {mode} activateModeToOpenInNewTab: (count) -> @activateMode count, mode: OPEN_IN_NEW_BG_TAB activateModeToOpenInNewForegroundTab: (count) -> @activateMode count, mode: OPEN_IN_NEW_FG_TAB -- cgit v1.2.3