cleanup
This commit is contained in:
@@ -132,8 +132,7 @@ export const ComposePost = observer(function ComposePost({
|
||||
|
||||
// Disable this in the composer to prevent any extra keyboard height being applied.
|
||||
// See https://github.com/bluesky-social/social-app/pull/4399
|
||||
const keyboardContext = useKeyboardContext()
|
||||
const {setEnabled} = keyboardContext
|
||||
const {setEnabled} = useKeyboardContext()
|
||||
React.useEffect(() => {
|
||||
setEnabled(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user