mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 11:30:07 +02:00
Fix excessive history recording
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
@@ -2084,7 +2084,7 @@ const pointDraggingUpdates = (
|
|||||||
|
|
||||||
app.syncActionResult({
|
app.syncActionResult({
|
||||||
elements: newElements,
|
elements: newElements,
|
||||||
captureUpdate: CaptureUpdateAction.IMMEDIATELY,
|
captureUpdate: CaptureUpdateAction.EVENTUALLY,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user