diff --git a/packages/excalidraw/components/App.tsx b/packages/excalidraw/components/App.tsx index e20e03ccf0..f8b909ee8f 100644 --- a/packages/excalidraw/components/App.tsx +++ b/packages/excalidraw/components/App.tsx @@ -7890,8 +7890,8 @@ class App extends React.Component { // We duplicate the selected element if alt is pressed on pointer move if ( - event.altKey && - !pointerDownState.hit.hasBeenDuplicated && + event.altKey && + !pointerDownState.hit.hasBeenDuplicated && !this.state.selectedElementsAreBeingDragged ) { // Move the currently selected elements to the top of the z index stack, and