diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-01-23 19:38:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 19:38:28 -0800 |
commit | 5cc20ac70c25c3be68416249ee02bdb1791f46dd (patch) | |
tree | 624cebf9d14cb73ae1c8fcc1a69ebd85966b0f1b /src/view/com/composer/text-input/TextInput.tsx | |
parent | c7647b47cf601193af60c5a4c217da93a3ccf5fa (diff) | |
download | voidsky-5cc20ac70c25c3be68416249ee02bdb1791f46dd.tar.zst |
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.tsx')
-rw-r--r-- | src/view/com/composer/text-input/TextInput.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 57bfd0a88..3d0d5ab8d 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -217,6 +217,7 @@ export const TextInput = forwardRef(function TextInputImpl( autoFocus={true} allowFontScaling multiline + scrollEnabled={false} numberOfLines={4} style={[ pal.text, |