From 96e35505d70988d3ccf740dc0cc28f23811d6b64 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sat, 20 Feb 2021 17:23:23 +0100 Subject: [PATCH] [mirotalk] - close emoji picker on chat-room close --- www/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/client.js b/www/client.js index bfd03f7b..e62a2cd7 100644 --- a/www/client.js +++ b/www/client.js @@ -983,6 +983,7 @@ function setChatRoomBtn() { msgerDraggable.style.display = "none"; chatRoomBtn.className = "fas fa-comment"; isChatRoomVisible = false; + hideShowEmojiPicker(); showLeftButtons(); checkCountTime(); });