diff --git a/src/background.js b/src/background.js index 48e5ff7c5..cba369181 100644 --- a/src/background.js +++ b/src/background.js @@ -317,7 +317,8 @@ async function maybeReopenTab (url, tab, request) { cookieStoreId, active: tab.active, index: tab.index, - windowId: tab.windowId + windowId: tab.windowId, + openerTabId: tab.openerTabId }); browser.tabs.remove(tab.id);