remove redundant save

already called by undoStack.onObjectModified or setShapePosition
This commit is contained in:
llama 2025-05-20 12:12:23 +08:00
parent b2816dae23
commit 99058df02a
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -116,7 +116,6 @@ function initCanvas(): fabric.Canvas {
modifiedPolygon(canvas, evt.target);
undoStack.onObjectModified();
}
saveNeededStore.set(true);
});
canvas.on("text:editing:entered", function() {
textEditingState.set(true);