aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-10-11 21:10:01 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-10-11 21:12:27 +0900
commit7b0a43c5594dd2f1177e1ba15e7ff12ca545caa9 (patch)
tree819a322e6b61ba92ad65eeabac1fa0239689a66f /src
parent331b704d24158a25513a25540d2a5e82672606ec (diff)
follow link in new tab
Diffstat (limited to 'src')
-rw-r--r--src/content/actions/operation.js2
1 files changed, 1 insertions, 1 deletions
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: