gh-14428: Resolve wrong essentials padding when cleanup (gh-14642)

This commit is contained in:
Andrey Bochkarev
2026-07-19 16:20:20 +03:00
committed by GitHub
parent 55c224bea7
commit 1b41af52d3

View File

@@ -370,7 +370,6 @@ class nsZenWorkspaceCreation extends MozXULElement {
}
this.remove();
gZenUIManager.updateTabsToolbar();
const workspace = gZenWorkspaces.getActiveWorkspace();
gZenWorkspaces._organizeWorkspaceStripLocations(workspace);
@@ -398,6 +397,7 @@ class nsZenWorkspaceCreation extends MozXULElement {
}
this.#hiddenElements = [];
gZenUIManager.updateTabsToolbar();
}
}