mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
🚨
This commit is contained in:
parent
77c9cac3d4
commit
671667981d
12 changed files with 13 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue