Merge pull request #51 from ueokande/follow-link-to-new-tab
follow link in new tab
This commit is contained in:
commit
ff3e4821e7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue