correct lint

pull/8592/head
ritk20 5 months ago
parent f4db72acdb
commit 7536648b99

@ -7890,8 +7890,8 @@ class App extends React.Component<AppProps, AppState> {
// 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

Loading…
Cancel
Save