Magic suggestions fix (#772)

This commit is contained in:
alwx 2017-02-16 15:21:49 +03:00 committed by Roman Volosovskyi
parent e070661ae3
commit 41c8d04919
1 changed files with 2 additions and 2 deletions

View File

@ -200,9 +200,9 @@
[messages-view group-chat]]
;; todo uncomment this
#_(when @group-chat [typing-all])
(when-not command?
(if command?
[response-view]
[suggestion-container])
[response-view]
(when show-emoji?
[emoji-view])
[chat-message-input-view]