Update ZenWorkspaces.mjs

Signed-off-by: Studio Movie Girl <168581144+neurokitti@users.noreply.github.com>
This commit is contained in:
Studio Movie Girl
2024-12-23 14:36:28 -06:00
committed by GitHub
parent bcb5e3950b
commit 2a06601e3a

View File

@@ -564,8 +564,6 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
}
}
// Update emojiScores with the highest rank found
if (searchScore !== -1) {
@@ -669,23 +667,6 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
PanelUI.showSubView('PanelUI-zen-workspaces-icon-picker', parentPanel);
}
async saveWorkspace(workspaceData) {
await ZenWorkspacesStorage.saveWorkspace(workspaceData);
await this._propagateWorkspaceData();