mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 11:26:41 +00:00
fix: persist expanded glance tab after closing browser, p=#11336
* fix: persist expanded glance tab after closing browser * fix lint error
This commit is contained in:
@@ -1415,8 +1415,9 @@
|
||||
this.overlay.classList.remove('zen-glance-overlay');
|
||||
this.#clearContainerStyles(this.browserWrapper);
|
||||
this.animatingFullOpen = false;
|
||||
const glanceID = this.#currentGlanceID;
|
||||
this.closeGlance({ noAnimation: true, skipPermitUnload: true });
|
||||
this.#glances.delete(this.#currentGlanceID);
|
||||
this.#glances.delete(glanceID);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user