This commit is contained in:
Vanessa 2024-02-25 22:28:35 +08:00
parent 77c9cac3d4
commit 671667981d
12 changed files with 13 additions and 14 deletions

View file

@ -27,7 +27,7 @@ export const mindmapRender = (element: Element, cdn = Constants.PROTYLE_CDN) =>
});
}
}
const wysiswgElement = hasClosestByClassName(element, "protyle-wysiwyg", true)
const wysiswgElement = hasClosestByClassName(element, "protyle-wysiwyg", true);
mindmapElements.forEach((e: HTMLDivElement) => {
if (e.getAttribute("data-render") === "true") {
return;