We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f396a commit a61b077Copy full SHA for a61b077
src/zen/workspaces/ZenWorkspaces.mjs
@@ -2555,6 +2555,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
2555
2556
async onPinnedTabsResize(entries, forAnimation = false, animateContainer = false) {
2557
if (
2558
+ document.documentElement.hasAttribute('inDOMFullscreen') ||
2559
!this._hasInitializedTabsStrip ||
2560
(this._organizingWorkspaceStrip && !forAnimation) ||
2561
document.documentElement.hasAttribute('zen-creating-workspace') ||
0 commit comments