Fix multiline input in composer
parent
5bbb980250
commit
41f4385db9
|
@ -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…
Reference in New Issue