mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 23:05:30 +02:00
Refactor ZenCompactMode to add event listeners and flashSidebar enhancements
This commit is contained in:
parent
80a8904bbc
commit
e14fbd8e5c
3 changed files with 22 additions and 7 deletions
|
@ -515,6 +515,8 @@ var ZenWorkspaces = {
|
|||
icon?.removeAttribute('selected');
|
||||
await this.createAndSaveWorkspace(workspaceName, false, icon?.label);
|
||||
document.getElementById('PanelUI-zen-workspaces').hidePopup(true);
|
||||
await this._updateWorkspacesButton();
|
||||
await this._propagateWorkspaceData();
|
||||
},
|
||||
|
||||
async saveWorkspaceFromEdit() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue