提交 f19991db 编写于 作者: Q qq_41923622

Sun Jan 26 12:42:00 CST 2025 inscode

上级 7b0100e0
......@@ -27,6 +27,7 @@ class CreateAction implements OperationAction {
undo() {
if (this.state == State.CAN_UNDO) {
console.log(`undo`,this.object)
this.canvas.remove(this.object);
this.canvas.renderAll();
this.state = State.CAN_REDO;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册