From 6ac079cfb3533b1d6577830680251965dc1be1fd Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Tue, 21 May 2024 20:24:29 +0800 Subject: [PATCH] fix #11494 (#11495) --- app/src/protyle/hint/extend.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/protyle/hint/extend.ts b/app/src/protyle/hint/extend.ts index bf331f3b5..2d8109189 100644 --- a/app/src/protyle/hint/extend.ts +++ b/app/src/protyle/hint/extend.ts @@ -289,9 +289,6 @@ export const hintSlash = (key: string, protyle: IProtyle) => { }; export const hintTag = (key: string, protyle: IProtyle): IHintData[] => { - if (!window.siyuan.config.editor.markdown.inlineTag) { - return []; - } protyle.hint.genLoading(protyle); fetchPost("/api/search/searchTag", { k: key,