diff --git a/src/components/App.tsx b/src/components/App.tsx index 309f29de..fc426a89 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -4179,6 +4179,7 @@ class App extends React.Component { if (didDrag) { pointerDownState.lastCoords.x = pointerCoords.x; pointerDownState.lastCoords.y = pointerCoords.y; + pointerDownState.drag.hasOccurred = true; if ( this.state.editingLinearElement && !this.state.editingLinearElement.isDragging @@ -4936,7 +4937,6 @@ class App extends React.Component { } if ( - !this.state.selectedLinearElement && !this.state.editingLinearElement && !pointerDownState.drag.hasOccurred && !this.state.isResizing &&