Skip to content

Commit

Permalink
fixed issue with icons not resetting
Browse files Browse the repository at this point in the history
(I remembered the teachings of the cheff)
  • Loading branch information
neurokitti committed Dec 29, 2024
1 parent 3c08e16 commit 19be833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n
1 change: 1 addition & 0 deletions src/browser/base/zen-components/ZenWorkspaces.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {

workspacesList?.removeAttribute('reorder-mode');
reorderModeButton?.removeAttribute('active');
this.resetWorkspaceIconSearch();
}

async moveWorkspaceToEnd(draggedWorkspaceId) {
Expand Down

0 comments on commit 19be833

Please sign in to comment.