Open adjacent tabs and background tabs

This commit is contained in:
Erwan Ameil 2017-11-16 13:03:38 +00:00
parent a50c7dd0a2
commit 177940981e
10 changed files with 38 additions and 19 deletions

View file

@ -40,7 +40,8 @@ const exec = (operation) => {
case operations.FOLLOW_START:
return window.top.postMessage(JSON.stringify({
type: messages.FOLLOW_START,
newTab: operation.newTab
newTab: operation.newTab,
background: operation.background,
}), '*');
case operations.NAVIGATE_HISTORY_PREV:
return navigates.historyPrev(window);