This commit is contained in:
Vanessa 2022-08-20 21:38:11 +08:00
parent fa6f57dc97
commit 00a7dcee42
2 changed files with 5 additions and 0 deletions

View file

@ -336,6 +336,10 @@
text-align: center;
}
[data-subtype="plantuml"] img {
border-radius: 4px;
}
.abcjs-container svg,
.abcjs-container path {
fill: currentColor;

View file

@ -78,6 +78,7 @@ export const mindmapRender = (element: Element, cdn = Constants.PROTYLE_CDN) =>
trigger: "item",
triggerOn: "mousemove",
},
backgroundColor: "transparent",
});
e.setAttribute("data-render", "true");
if (!renderElement.textContent.endsWith(Constants.ZWSP)) {