fix: Fixed closing glance not removing unload attribute from the tab, b=(closes #7655), c=glance

This commit is contained in:
Mr. M
2025-05-18 19:52:46 +02:00
parent d0d78d2953
commit 76c22cc896

View File

@@ -367,6 +367,8 @@
this.#currentParentTab._visuallySelected = false;
}
this.#currentParentTab.linkedBrowser.zenModeActive = false;
// reset everything
this.browserWrapper = null;
this.overlay = null;