Skip to content

Commit 313960b

Browse files
committed
another lint
1 parent 9b5fb42 commit 313960b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/useKeyboard.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ 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 }
34-
})
35-
setKeyboardHeight(0)
32+
start: {screenX: 0, screenY: 0, width: 0, height: 0},
33+
end: {screenX: 0, screenY: 0, width: 0, height: 0},
34+
})
35+
setKeyboardHeight(0)
36+
}
3637
}
37-
}
3838

3939
useEffect(() => {
4040
Keyboard.addListener('keyboardWillShow', handleKeyboardWillShow)

0 commit comments

Comments
 (0)