拖拽记录状态

This commit is contained in:
lzp
2026-03-05 14:45:02 +08:00
parent 73d8d5e75a
commit 2384771e9a

View File

@@ -24,6 +24,7 @@ export class EventManager {
item.position.y = position.y
}
})
this.stateManager.recordState()
}
/** 处理点击 */
handleClick(event: any) {