mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
remove redundant save
already called by undoStack.onObjectModified or setShapePosition
This commit is contained in:
parent
b2816dae23
commit
99058df02a
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue