refactor: Remove unnecessary code in ZenWorkspaces.mjs

This commit is contained in:
Mauro Balades 2024-08-08 14:14:39 +02:00
parent 42bd1e72c8
commit 751b71035b

View file

@ -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;
}