mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-27 15:25:09 +00:00
gh-13879: fix sidebar UI breaking on cancelling space creation (gh-13880)
This commit is contained in:
@@ -261,6 +261,7 @@ class nsZenWorkspaceCreation extends MozXULElement {
|
||||
}
|
||||
|
||||
async onCancelButtonCommand() {
|
||||
document.documentElement.removeAttribute("zen-creating-workspace");
|
||||
await gZenWorkspaces.changeWorkspaceWithID(this.previousWorkspaceId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user