Magic suggestions fix (#772)
This commit is contained in:
parent
e070661ae3
commit
41c8d04919
|
@ -200,9 +200,9 @@
|
||||||
[messages-view group-chat]]
|
[messages-view group-chat]]
|
||||||
;; todo uncomment this
|
;; todo uncomment this
|
||||||
#_(when @group-chat [typing-all])
|
#_(when @group-chat [typing-all])
|
||||||
(when-not command?
|
(if command?
|
||||||
[suggestion-container])
|
|
||||||
[response-view]
|
[response-view]
|
||||||
|
[suggestion-container])
|
||||||
(when show-emoji?
|
(when show-emoji?
|
||||||
[emoji-view])
|
[emoji-view])
|
||||||
[chat-message-input-view]
|
[chat-message-input-view]
|
||||||
|
|
Loading…
Reference in New Issue