Skip to content

Commit f54b6af

Browse files
committed
fixes merge conflicts
1 parent 81ee998 commit f54b6af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/js/background/backgroundLogic.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ const backgroundLogic = {
7676
browser.commands.reset("sort_tabs");
7777
}
7878
}
79+
}
80+
},
7981

8082
async reopenInContainer(cookieStoreId) {
8183
const currentTab = await browser.tabs.query({ active: true, currentWindow: true })

0 commit comments

Comments
 (0)