Vanessa 2023-10-24 10:03:32 +08:00
parent d9dbbcc30d
commit 29a8fa55a1
2 changed files with 2 additions and 3 deletions

View file

@ -448,7 +448,7 @@ export const hintRenderTemplate = (value: string, protyle: IProtyle, nodeElement
blockRender(protyle, protyle.wysiwyg.element);
processRender(protyle.wysiwyg.element);
highlightRender(protyle.wysiwyg.element);
avRender(protyle.wysiwyg.element, protyle, undefined, true);
avRender(protyle.wysiwyg.element, protyle);
hideElements(["util"], protyle);
});
};