Skip to content

Commit e06f7b3

Browse files
Clear local storage before querying tabs
1 parent 89d7699 commit e06f7b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/popup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ async function handleFileProcessing() {
120120
appcache: true
121121
},
122122
);
123+
124+
await chrome.storage.local.clear();
125+
123126
const tabs = await chrome.tabs.query({
124127
active: true,
125128
currentWindow: true,

0 commit comments

Comments
 (0)