This commit is contained in:
Vanessa 2024-06-11 22:00:15 +08:00
parent a5ddeaddcd
commit c8119d5ac2

View file

@ -65,7 +65,6 @@ export const mindmapRender = (element: Element, cdn = Constants.PROTYLE_CDN) =>
width: 1,
},
roam: true,
// @ts-ignores
symbol: (value: number, params: { data?: { children?: string } }) => {
if (params?.data?.children) {
return "circle";