mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user