This commit is contained in:
parent
fa6f57dc97
commit
00a7dcee42
2 changed files with 5 additions and 0 deletions
|
@ -336,6 +336,10 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
[data-subtype="plantuml"] img {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.abcjs-container svg,
|
||||
.abcjs-container path {
|
||||
fill: currentColor;
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue