From d29264912e41dcc281bdc66c58c095db4ab313cf Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Aug 2026 15:15:37 -0500 Subject: [PATCH] APP-2974: Fix scrolling in the composer --- src/view/com/composer/text-input/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 6140fc046e..429c967894 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -229,7 +229,7 @@ export function TextInput({ style={[ inputTextStyle, a.w_full, - !autocompletePrefix && a.h_full, + !autocompletePrefix && a.flex_grow, { textAlignVertical: 'top', minHeight: 60,