diff --git a/src/index.tsx b/src/index.tsx index 6787ed7c..0806f01b 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1336,6 +1336,10 @@ export class App extends React.Component { draggingElement: null, elementType: "selection", }); + } else { + this.setState({ + draggingElement: null, + }); } history.resumeRecording();