correct lint

This commit is contained in:
ritk20 2024-10-08 15:13:05 +05:30
parent f4db72acdb
commit 7536648b99

View file

@ -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