parent
7aa209d9f3
commit
bbd0e2cfae
|
@ -53,7 +53,7 @@
|
||||||
[animated-view {:style (st/message-input-container message-input-offset)}
|
[animated-view {:style (st/message-input-container message-input-offset)}
|
||||||
input])})))
|
input])})))
|
||||||
|
|
||||||
(defview message-input []
|
(defview message-input [input-options validator]
|
||||||
[input-message [:get-chat-input-text]
|
[input-message [:get-chat-input-text]
|
||||||
command [:get-chat-command]
|
command [:get-chat-command]
|
||||||
to-msg-id [:get-chat-command-to-msg-id]
|
to-msg-id [:get-chat-command-to-msg-id]
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
(when (and command (not response?))
|
(when (and command (not response?))
|
||||||
[command/command-icon command response?]))
|
[command/command-icon command response?]))
|
||||||
[message-input-container
|
[message-input-container
|
||||||
[message-input]]
|
[message-input input-options validator]]
|
||||||
;; TODO emoticons: not implemented
|
;; TODO emoticons: not implemented
|
||||||
(when message-input?
|
(when message-input?
|
||||||
[plain-message/smile-button])
|
[plain-message/smile-button])
|
||||||
|
|
Loading…
Reference in New Issue