mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Fix undo with line editing (#1717)
This commit is contained in:
parent
c6e73c56fd
commit
476c0e9f8a
1 changed files with 1 additions and 3 deletions
|
@ -174,9 +174,7 @@ export class LinearElementEditor {
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (appState.editingLinearElement.lastUncommittedPoint !== null) {
|
|
||||||
history.resumeRecording();
|
history.resumeRecording();
|
||||||
}
|
|
||||||
setState({
|
setState({
|
||||||
editingLinearElement: {
|
editingLinearElement: {
|
||||||
...appState.editingLinearElement,
|
...appState.editingLinearElement,
|
||||||
|
|
Loading…
Add table
Reference in a new issue