mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
Fix undo with line editing (#1717)
This commit is contained in:
@ -174,9 +174,7 @@ export class LinearElementEditor {
|
||||
],
|
||||
});
|
||||
}
|
||||
if (appState.editingLinearElement.lastUncommittedPoint !== null) {
|
||||
history.resumeRecording();
|
||||
}
|
||||
history.resumeRecording();
|
||||
setState({
|
||||
editingLinearElement: {
|
||||
...appState.editingLinearElement,
|
||||
|
Reference in New Issue
Block a user