From dc31b18fd07d43169a825201f2f403f3378a6a9a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 18 Aug 2024 16:38:31 +0800 Subject: [PATCH] :rotating_light: --- app/src/search/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/search/util.ts b/app/src/search/util.ts index 2a33e3936..b630bcb41 100644 --- a/app/src/search/util.ts +++ b/app/src/search/util.ts @@ -561,7 +561,7 @@ export const genSearch = (app: App, config: Config.IUILayoutTabSearchConfig, ele return true; } }); - if (target.parentElement.classList.contains('b3-chip--current')) { + if (target.parentElement.classList.contains("b3-chip--current")) { updateConfig(element, { removed: true, sort: 0,