Chore: eslint format

pull/3934/head
IgorA100 2024-04-01 13:53:10 +03:00 committed by GitHub
parent 0c2713e53a
commit dcc0ff071a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -696,7 +696,6 @@ function handleMove(event) {
if ((leftBtnStatus.UpAfterDown) || //The left button was raised or the cursor was moved more than 30 pixels relative to the actual size of the image if ((leftBtnStatus.UpAfterDown) || //The left button was raised or the cursor was moved more than 30 pixels relative to the actual size of the image
((coordinateMouse.shiftMouseForTrigger_x > 30) && leftBtnStatus.Down) || ((coordinateMouse.shiftMouseForTrigger_x > 30) && leftBtnStatus.Down) ||
((coordinateMouse.shiftMouseForTrigger_y > 30) && leftBtnStatus.Down)) { ((coordinateMouse.shiftMouseForTrigger_y > 30) && leftBtnStatus.Down)) {
//We perform frame shift //We perform frame shift
shiftImgFrame(); shiftImgFrame();
updateCoordinateMouse(x, y); updateCoordinateMouse(x, y);