mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
use commitToHistory prop for handling draw history (#1595)
This commit is contained in:
parent
d9b8dcfbb4
commit
828c9c4d65
2 changed files with 1 additions and 2 deletions
|
@ -2340,7 +2340,6 @@ class App extends React.Component<any, AppState> {
|
|||
|
||||
if (draggingElement?.type === "draw") {
|
||||
this.actionManager.executeAction(actionFinalize);
|
||||
history.resumeRecording();
|
||||
return;
|
||||
}
|
||||
if (isLinearElement(draggingElement)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue