Skip to content

Commit

Permalink
Update ZenWorkspaces.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: Studio Movie Girl <[email protected]>
  • Loading branch information
neurokitti authored Dec 23, 2024
1 parent f90bc04 commit 1b25275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/browser/base/zen-components/ZenWorkspaces.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
};
container.appendChild(button);
}



searchInput.addEventListener('input', (event) => {
const query = event.target.value.toLowerCase();
if (query !== '') {
Expand Down

0 comments on commit 1b25275

Please sign in to comment.