mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 15:16:25 +00:00
prevent command cancelling
This commit is contained in:
parent
5af33a99ca
commit
e8d79e2efa
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user