diff --git a/src/zen/workspaces/ZenWorkspaces.mjs b/src/zen/workspaces/ZenWorkspaces.mjs index 9966f7f57..c409d7274 100644 --- a/src/zen/workspaces/ZenWorkspaces.mjs +++ b/src/zen/workspaces/ZenWorkspaces.mjs @@ -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') ||