From 1655873738206ddb4efca075f90b48a2f82f1bc9 Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 4 Sep 2017 13:29:24 +0300 Subject: [PATCH] [fix #1460] hide emoji on commands selection --- src/status_im/chat/events/input.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im/chat/events/input.cljs b/src/status_im/chat/events/input.cljs index 5d114d01b4..9f0be6bc13 100644 --- a/src/status_im/chat/events/input.cljs +++ b/src/status_im/chat/events/input.cljs @@ -107,6 +107,7 @@ [:clear-bot-db] [:set-chat-input-metadata metadata] [:set-chat-ui-props {:show-suggestions? false + :show-emoji? false :result-box nil :validation-messages nil :prev-command name}]