mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-21 22:20:50 +00:00
fix: skip permit unload if already checked
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
}
|
||||
|
||||
unload(tab) {
|
||||
gBrowser.explicitUnloadTabs([tab]);
|
||||
gBrowser.explicitUnloadTabs([tab], true);
|
||||
tab.removeAttribute('linkedpanel');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user