mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-25 00:35:42 +00:00
feat: Dont unload webviews when exiting glance on a split view, b=(no-bug), c=glance
This commit is contained in:
@@ -367,7 +367,10 @@
|
||||
this.#currentParentTab._visuallySelected = false;
|
||||
}
|
||||
|
||||
if (this.#currentParentTab.linkedBrowser) {
|
||||
if (
|
||||
this.#currentParentTab.linkedBrowser &&
|
||||
!this.#currentParentTab.hasAttribute('split-view')
|
||||
) {
|
||||
this.#currentParentTab.linkedBrowser.zenModeActive = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user