mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-17 06:05:29 +01:00
This commit is contained in:
parent
86e248749e
commit
7e8a26f230
1 changed files with 3 additions and 0 deletions
|
|
@ -392,6 +392,9 @@ export const hintTag = (key: string, protyle: IProtyle): IHintData[] => {
|
|||
fetchPost("/api/search/searchTag", {
|
||||
k: key,
|
||||
}, (response) => {
|
||||
if (protyle.hint.element.classList.contains("fn__none")) {
|
||||
return;
|
||||
}
|
||||
const dataList: IHintData[] = [];
|
||||
let hasKey = false;
|
||||
response.data.tags.forEach((item: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue