Merge branch 'main' of https://github.com/jaharon33/multi-account-containers
This commit is contained in:
commit
2a66417176
1 changed files with 0 additions and 5 deletions
|
@ -330,11 +330,6 @@ const backgroundLogic = {
|
||||||
await Promise.all(identitiesPromise);
|
await Promise.all(identitiesPromise);
|
||||||
return identitiesOutput;
|
return identitiesOutput;
|
||||||
},
|
},
|
||||||
async unsortTabs() {
|
|
||||||
const windowObj = await browser.windows.getCurrent();
|
|
||||||
await this._unsortTabsInternal(windowObj);
|
|
||||||
localStorage.removeItem("originalTabs");
|
|
||||||
},
|
|
||||||
|
|
||||||
async sortTabs() {
|
async sortTabs() {
|
||||||
const windowObj = await browser.windows.getCurrent();
|
const windowObj = await browser.windows.getCurrent();
|
||||||
|
|
Loading…
Add table
Reference in a new issue