follow link in new tab

This commit is contained in:
Shin'ya Ueoka 2017-10-11 21:10:01 +09:00
parent 331b704d24
commit 7b0a43c559

View file

@ -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: