mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 02:06:24 +02:00
feat: Add comfirmation before deleting a workspace, b=no-bug, c=common, workspaces
This commit is contained in:
parent
75a3b82d2c
commit
bf6e493f89
8 changed files with 29 additions and 9 deletions
|
@ -170,6 +170,7 @@
|
|||
document.getElementById('nav-bar').style.visibility = 'collapse';
|
||||
}
|
||||
this.style.visibility = 'visible';
|
||||
this.resolveInitialized();
|
||||
gZenUIManager.motion
|
||||
.animate(
|
||||
this.elementsToAnimate,
|
||||
|
@ -188,7 +189,6 @@
|
|||
.then(() => {
|
||||
this.inputName.focus();
|
||||
gZenWorkspaces.workspaceElement(this.workspaceId).hidden = false;
|
||||
this.resolveInitialized();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue