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(); });