From 132425f31b24e468f3056f6791e69b0b1fdd3fa4 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Mon, 15 Feb 2021 22:31:37 +0800 Subject: [PATCH] fix: search continue --- src/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index ab29509..0bb5962 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -73,6 +73,7 @@ export function fuzzySearch(navList: INavProps[], keyword: string) { searchResultList[0].nav.push(result) } } catch (err) {} + continue } if (url?.includes?.(keyword.toLowerCase())) { -- GitLab