mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
correct lint
This commit is contained in:
parent
f4db72acdb
commit
7536648b99
1 changed files with 2 additions and 2 deletions
|
@ -7890,8 +7890,8 @@ class App extends React.Component<AppProps, AppState> {
|
||||||
|
|
||||||
// We duplicate the selected element if alt is pressed on pointer move
|
// We duplicate the selected element if alt is pressed on pointer move
|
||||||
if (
|
if (
|
||||||
event.altKey &&
|
event.altKey &&
|
||||||
!pointerDownState.hit.hasBeenDuplicated &&
|
!pointerDownState.hit.hasBeenDuplicated &&
|
||||||
!this.state.selectedElementsAreBeingDragged
|
!this.state.selectedElementsAreBeingDragged
|
||||||
) {
|
) {
|
||||||
// Move the currently selected elements to the top of the z index stack, and
|
// Move the currently selected elements to the top of the z index stack, and
|
||||||
|
|
Loading…
Add table
Reference in a new issue