mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-31 04:08:53 +00:00
fix: Don't resize the sidebar when entering DOM fullscreen, b=no-bug, c=workspaces
This commit is contained in:
@@ -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') ||
|
||||
|
||||
Reference in New Issue
Block a user