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