fix submit behaviour (#7959)
This commit is contained in:
@@ -177,8 +177,8 @@ export function MessageInput({
|
|||||||
{paddingBottom: isIOS ? 5 : 0},
|
{paddingBottom: isIOS ? 5 : 0},
|
||||||
animatedStyle,
|
animatedStyle,
|
||||||
]}
|
]}
|
||||||
keyboardAppearance={t.name === 'light' ? 'light' : 'dark'}
|
keyboardAppearance={t.scheme}
|
||||||
submitBehavior="submit"
|
submitBehavior="newline"
|
||||||
onFocus={() => setIsFocused(true)}
|
onFocus={() => setIsFocused(true)}
|
||||||
onBlur={() => setIsFocused(false)}
|
onBlur={() => setIsFocused(false)}
|
||||||
ref={inputRef}
|
ref={inputRef}
|
||||||
|
|||||||
Reference in New Issue
Block a user