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}
|
onSelectionChange={onSelectionChange}
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
keyboardAppearance={theme.colorScheme}
|
keyboardAppearance={theme.colorScheme}
|
||||||
|
multiline
|
||||||
style={[pal.text, styles.textInput, styles.textInputFormatting]}>
|
style={[pal.text, styles.textInput, styles.textInputFormatting]}>
|
||||||
{textDecorated}
|
{textDecorated}
|
||||||
</PasteInput>
|
</PasteInput>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue