[mirotalk] - close emoji picker on chat-room close

This commit is contained in:
Miroslav Pejic
2021-02-20 17:23:23 +01:00
parent 83433ac39a
commit 96e35505d7
+1
View File
@@ -983,6 +983,7 @@ function setChatRoomBtn() {
msgerDraggable.style.display = "none";
chatRoomBtn.className = "fas fa-comment";
isChatRoomVisible = false;
hideShowEmojiPicker();
showLeftButtons();
checkCountTime();
});