Skip to content

Commit 9b5fb42

Browse files
committed
lint
1 parent ed03920 commit 9b5fb42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/useKeyboard.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default function useKeyboard() {
2929
setCoordinates({start: e.startCoordinates, end: e.endCoordinates})
3030
} else {
3131
setCoordinates({
32-
start: { screenX: 0, screenY: 0, width: 0, height: 0 }
33-
, end:{ screenX: 0, screenY: 0, width: 0, height: 0 }
32+
start: { screenX: 0, screenY: 0, width: 0, height: 0 },
33+
end:{ screenX: 0, screenY: 0, width: 0, height: 0 }
3434
})
3535
setKeyboardHeight(0)
3636
}

0 commit comments

Comments
 (0)