mirror of
https://github.com/status-im/status-react.git
synced 2025-01-27 03:06:39 +00:00
Fix message input view
This commit is contained in:
parent
89051ce50b
commit
0ef09b57e8
@ -53,7 +53,7 @@
|
||||
[animated-view {:style (st/message-input-container message-input-offset)}
|
||||
input])})))
|
||||
|
||||
(defview message-input []
|
||||
(defview message-input [input-options validator]
|
||||
[input-message [:get-chat-input-text]
|
||||
command [:get-chat-command]
|
||||
to-msg-id [:get-chat-command-to-msg-id]
|
||||
@ -110,7 +110,7 @@
|
||||
(when (and command (not response?))
|
||||
[command/command-icon command response?]))
|
||||
[message-input-container
|
||||
[message-input]]
|
||||
[message-input input-options validator]]
|
||||
;; TODO emoticons: not implemented
|
||||
(when message-input?
|
||||
[plain-message/smile-button])
|
||||
|
Loading…
x
Reference in New Issue
Block a user