Tap on Return adds new line to input instead of sending a message (#1000)

This commit is contained in:
alwx 2017-04-14 20:54:21 +03:00 committed by Roman Volosovskyi
parent b6f220d425
commit 738f146896
1 changed files with 1 additions and 1 deletions

View File

@ -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?)