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.
|
// Disable this in the composer to prevent any extra keyboard height being applied.
|
||||||
// See https://github.com/bluesky-social/social-app/pull/4399
|
// See https://github.com/bluesky-social/social-app/pull/4399
|
||||||
const keyboardContext = useKeyboardContext()
|
const {setEnabled} = useKeyboardContext()
|
||||||
const {setEnabled} = keyboardContext
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
setEnabled(false)
|
setEnabled(false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user