系统维护

This commit is contained in:
X1627315083
2025-03-12 16:46:23 +08:00
parent 1c3ad7ca62
commit a28408bcd6
3 changed files with 18 additions and 18 deletions

View File

@@ -106,8 +106,7 @@ class myCanvas {
// this.canvas.on('mouse:up', function(event) {
// if(this.canvasState != 'move')this.updateCanvasState('')
// });
this.canvas.on("object:added", (event)=>{
if(!this.isLoadCanvas)this.updateCanvasState('')
this.canvas.on("object:added", (event)=> if(!this.isLoadCanvas)this.updateCanvasState('')
});
return this.canvas
}