mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Update ZenWorkspaces.mjs
Signed-off-by: Studio Movie Girl <168581144+neurokitti@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
f90bc04b1a
commit
1b25275333
@@ -627,9 +627,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
|||||||
};
|
};
|
||||||
container.appendChild(button);
|
container.appendChild(button);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
searchInput.addEventListener('input', (event) => {
|
searchInput.addEventListener('input', (event) => {
|
||||||
const query = event.target.value.toLowerCase();
|
const query = event.target.value.toLowerCase();
|
||||||
if (query !== '') {
|
if (query !== '') {
|
||||||
|
Reference in New Issue
Block a user