This commit is contained in:
X1627315083@163.com
2026-03-31 15:58:40 +08:00
parent ef52525651
commit 836fa1e448
3 changed files with 4 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ export class NodeManager {
/** 添加节点 */
addNode(node: any) {
this.stateManager.addNode(node)
this.stateManager.setActiveNodeID(node.id)
}
/** 创建节点 */