1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Fix undo stack not populated for many actions

This commit is contained in:
MultiMote
2025-10-22 15:27:34 +03:00
parent e5624372a6
commit 40279fad86

View File

@@ -201,6 +201,7 @@
if (selectedObject) {
selectedObject.setCoords();
selectedObject.dirty = true;
undo.push(fabricCanvas, labelProps);
}
fabricCanvas.requestRenderAll();
selectedObject = selectedObject;