Tap on Return adds new line to input instead of sending a message (#1000)
This commit is contained in:
parent
b6f220d425
commit
738f146896
|
@ -60,7 +60,7 @@
|
|||
[text-input
|
||||
{:ref #(dispatch [:set-chat-ui-props :input-ref %])
|
||||
:accessibility-label id/chat-message-input
|
||||
:blur-on-submit false
|
||||
:blur-on-submit true
|
||||
:multiline true
|
||||
:default-value (or @input-text "")
|
||||
:editable (not @sending-in-progress?)
|
||||
|
|
Loading…
Reference in New Issue