mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-19 09:32:33 +00:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
13 lines
625 B
C++
13 lines
625 B
C++
diff --git a/browser/components/tabbrowser/AsyncTabSwitcher.sys.mjs b/browser/components/tabbrowser/AsyncTabSwitcher.sys.mjs
|
|
index 9c5e92fbd555d328ce09c0cf0ff8078584f68478..2af7a428bc830d8c12b3d3c0af375c97e6942994 100644
|
|
--- a/browser/components/tabbrowser/AsyncTabSwitcher.sys.mjs
|
|
+++ b/browser/components/tabbrowser/AsyncTabSwitcher.sys.mjs
|
|
@@ -939,6 +939,7 @@ export class AsyncTabSwitcher {
|
|
this.tabbrowser._printPreviewBrowsers.has(browser) ||
|
|
this.tabbrowser.splitViewBrowsers.includes(browser) ||
|
|
lazy.PictureInPicture.isOriginatingBrowser(browser)
|
|
+ || browser?.zenModeActive
|
|
);
|
|
}
|
|
|