Fixed sidebar icons

This commit is contained in:
mr. m
2025-02-06 13:56:25 +01:00
parent 23697a8930
commit 4824404636
4 changed files with 7 additions and 1 deletions

View File

@@ -472,6 +472,9 @@
this._resetTabToStoredState(selectedTab);
}
if (behavior.includes('unload')) {
if (selectedTab.hasAttribute('glance-id')) {
break;
}
gBrowser.explicitUnloadTabs([selectedTab]);
selectedTab.removeAttribute('linkedpanel');
}