This commit is contained in:
Jeffrey Chen 2024-05-21 20:24:29 +08:00 committed by GitHub
parent a871269210
commit 6ac079cfb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,