Vanessa 2023-10-24 09:49:45 +08:00
parent fa6ee1b1ab
commit fed43d6ba7
2 changed files with 3 additions and 2 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);
avRender(protyle.wysiwyg.element, protyle, undefined, true);
hideElements(["util"], protyle);
});
};