Skip to content

Commit a61b077

Browse files
committed
fix: Don't resize the sidebar when entering DOM fullscreen, b=no-bug, c=workspaces
1 parent a3f396a commit a61b077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zen/workspaces/ZenWorkspaces.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
25552555

25562556
async onPinnedTabsResize(entries, forAnimation = false, animateContainer = false) {
25572557
if (
2558+
document.documentElement.hasAttribute('inDOMFullscreen') ||
25582559
!this._hasInitializedTabsStrip ||
25592560
(this._organizingWorkspaceStrip && !forAnimation) ||
25602561
document.documentElement.hasAttribute('zen-creating-workspace') ||

0 commit comments

Comments
 (0)