Vanessa 2026-01-16 22:34:22 +08:00
parent 86e248749e
commit 7e8a26f230

View file

@ -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) => {