fix(web): node's variable update

This commit is contained in:
zhaoying
2026-01-13 21:17:18 +08:00
parent 1159da111a
commit 954d754c09
11 changed files with 569 additions and 204 deletions

View File

@@ -61,7 +61,7 @@ const LoopNode: ReactShapeConfig['component'] = ({ node, graph }) => {
},
},
},
zIndex: 3
zIndex: 10
});
}
}
@@ -128,7 +128,7 @@ const LoopNode: ReactShapeConfig['component'] = ({ node, graph }) => {
},
},
},
zIndex: 3
zIndex: 10
}
graph.addEdge(edgeConfig)