mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #67
This commit is contained in:
@ -52,7 +52,7 @@ const ComposeTextInput: React.FC = () => {
|
||||
})
|
||||
}}
|
||||
ref={composeState.textInputFocus.refs.text}
|
||||
scrollEnabled
|
||||
scrollEnabled={false}
|
||||
>
|
||||
<Text>{composeState.text.formatted}</Text>
|
||||
</TextInput>
|
||||
|
Reference in New Issue
Block a user