Fix multiline input in composer
This commit is contained in:
parent
5bbb980250
commit
41f4385db9
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ export const TextInput = React.forwardRef(
|
|||
onSelectionChange={onSelectionChange}
|
||||
placeholder={placeholder}
|
||||
keyboardAppearance={theme.colorScheme}
|
||||
multiline
|
||||
style={[pal.text, styles.textInput, styles.textInputFormatting]}>
|
||||
{textDecorated}
|
||||
</PasteInput>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue