prevent command cancelling
This commit is contained in:
parent
5af33a99ca
commit
e8d79e2efa
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
(defn command-input-options [icon-width disbale?]
|
(defn command-input-options [icon-width disbale?]
|
||||||
{:style (st-response/command-input 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})
|
:onSubmitEditing command/send-command})
|
||||||
|
|
||||||
(defview message-input [input-options]
|
(defview message-input [input-options]
|
||||||
|
|
Loading…
Reference in New Issue