From 7b0a43c5594dd2f1177e1ba15e7ff12ca545caa9 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 11 Oct 2017 21:10:01 +0900 Subject: [PATCH] follow link in new tab --- src/content/actions/operation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/actions/operation.js b/src/content/actions/operation.js index 9187514..3aa9c1f 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.js @@ -23,7 +23,7 @@ const exec = (operation) => { case operations.SCROLL_END: return scrolls.scrollEnd(window); case operations.FOLLOW_START: - return followActions.enable(false); + return followActions.enable(operation.newTab); case operations.NAVIGATE_HISTORY_PREV: return navigates.historyPrev(window); case operations.NAVIGATE_HISTORY_NEXT: