Fix assignment index loading at the end of the tab strip. Fixes #672.
This commit is contained in:
parent
1c8530ef02
commit
af98174a19
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ load();
|
|||
async function openInContainer(redirectUrl, cookieStoreId) {
|
||||
const tab = await getCurrentTab();
|
||||
await browser.tabs.create({
|
||||
index: tab[0].index + 1,
|
||||
cookieStoreId,
|
||||
url: redirectUrl
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue