From 7952ff4703598984505c81c20317061358274c48 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 6 Jun 2024 11:44:47 -0700 Subject: [PATCH] add comment --- src/view/com/composer/Composer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 8ef2d459df..658a01a22b 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -130,8 +130,9 @@ export const ComposePost = observer(function ComposePost({ const {closeAllDialogs} = useDialogStateControlContext() const t = useTheme() + // Disable this in the composer to prevent any extra keyboard height being applied. + // See https://github.com/bluesky-social/social-app/pull/4399 const context = useKeyboardContext() - React.useEffect(() => { context.setEnabled(false) return () => {