Fixing extension not disabling on toggle off

This commit is contained in:
Jean Viscogliosi-Pate 2025-01-26 22:41:06 -08:00
parent da4af3b7db
commit 96c8b6bab6
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ function reloadTabs() {
browser.tabs.reload(tab.id);
}
});
browser.tabs.reload();
}, logError);
}, logError);
}