fix: Don't resize the sidebar when entering DOM fullscreen, b=no-bug, c=workspaces

This commit is contained in:
mr. m
2025-11-18 00:31:11 +01:00
parent a3f396ab19
commit a61b077d3f

View File

@@ -2555,6 +2555,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
async onPinnedTabsResize(entries, forAnimation = false, animateContainer = false) {
if (
document.documentElement.hasAttribute('inDOMFullscreen') ||
!this._hasInitializedTabsStrip ||
(this._organizingWorkspaceStrip && !forAnimation) ||
document.documentElement.hasAttribute('zen-creating-workspace') ||