|
@@ -68,9 +68,6 @@ export class MindMapNode extends Circle {
|
|
|
|
|
|
drawCollapseShape (attributes, container) {
|
|
|
const nodes = this.context.graph.getNodeData(this.id)
|
|
|
- if (this.id === 'b492100959bfde7a6b317038d1f1d15a') {
|
|
|
- console.log('b492100959bfde7a6b317038d1f1d15a', nodes)
|
|
|
- }
|
|
|
if (!nodes.children?.length && !nodes.hasChildren) {
|
|
|
return
|
|
|
}
|