mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 00:49:58 +02:00
refactor: Remove unnecessary code in ZenWorkspaces.mjs
This commit is contained in:
parent
42bd1e72c8
commit
751b71035b
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ var ZenWorkspaces = {
|
|||
await this.changeWorkspace(workspace)
|
||||
let panel = document.getElementById("PanelUI-zen-workspaces");
|
||||
PanelMultiView.hidePopup(panel);
|
||||
document.getElementById("zen-workspaces-button").removeAttribute("open");
|
||||
}).bind(this, workspace);
|
||||
return element;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue