We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb1e2f commit e43398eCopy full SHA for e43398e
src/useKeyboard.ts
@@ -25,9 +25,9 @@ export default function useKeyboard() {
25
}
26
const handleKeyboardDidHide: KeyboardEventListener = e => {
27
setShown(false)
28
- if(e){
29
- setCoordinates({start: e.startCoordinates, end: e.endCoordinates});
30
- }
+ if (e) {
+ setCoordinates({start: e.startCoordinates, end: e.endCoordinates})
+ }
31
setKeyboardHeight(0)
32
33
0 commit comments