This commit is contained in:
lzp
2026-03-02 16:24:32 +08:00
parent 4063dfb106
commit 616b77882c

View File

@@ -53,6 +53,7 @@ export class StateManager {
id: `el-${id}-${target}`, id: `el-${id}-${target}`,
source: id, source: id,
target: target, target: target,
selectable: false,
type: 'default' type: 'default'
}) })
} }