about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/TextInput.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-23 19:38:28 -0800
committerGitHub <noreply@github.com>2024-01-23 19:38:28 -0800
commit5cc20ac70c25c3be68416249ee02bdb1791f46dd (patch)
tree624cebf9d14cb73ae1c8fcc1a69ebd85966b0f1b /src/view/com/composer/text-input/TextInput.tsx
parentc7647b47cf601193af60c5a4c217da93a3ccf5fa (diff)
downloadvoidsky-5cc20ac70c25c3be68416249ee02bdb1791f46dd.tar.zst
Disable scroll on the composer TextInput (close #2413) (#2603)
Diffstat (limited to 'src/view/com/composer/text-input/TextInput.tsx')
-rw-r--r--src/view/com/composer/text-input/TextInput.tsx1
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,