prevent command cancelling

This commit is contained in:
Roman Volosovskyi 2016-06-29 11:58:37 +03:00
parent 5af33a99ca
commit e8d79e2efa
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
(defn command-input-options [icon-width disbale?]
{:style (st-response/command-input icon-width disbale?)
:onChangeText command/set-input-message
:onChangeText (when-not disbale? command/set-input-message)
:onSubmitEditing command/send-command})
(defview message-input [input-options]