mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
♻️
This commit is contained in:
parent
a5ddeaddcd
commit
c8119d5ac2
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ export const mindmapRender = (element: Element, cdn = Constants.PROTYLE_CDN) =>
|
||||||
width: 1,
|
width: 1,
|
||||||
},
|
},
|
||||||
roam: true,
|
roam: true,
|
||||||
// @ts-ignores
|
|
||||||
symbol: (value: number, params: { data?: { children?: string } }) => {
|
symbol: (value: number, params: { data?: { children?: string } }) => {
|
||||||
if (params?.data?.children) {
|
if (params?.data?.children) {
|
||||||
return "circle";
|
return "circle";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue