Fix excessive history recording

Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
Mark Tolmacs
2025-08-16 18:49:13 +02:00
parent 150df525e3
commit f7b5ccea8c

View File

@@ -2084,7 +2084,7 @@ const pointDraggingUpdates = (
app.syncActionResult({
elements: newElements,
captureUpdate: CaptureUpdateAction.IMMEDIATELY,
captureUpdate: CaptureUpdateAction.EVENTUALLY,
});
}
}