This commit is contained in:
Hailey
2024-06-06 12:14:17 -07:00
parent 493e984d7d
commit 7e76065a9a
+1 -2
View File
@@ -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)