parent
a871269210
commit
6ac079cfb3
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue