[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -3245,15 +3245,6 @@ function handleUsernameEmojiPicker() {
|
|||||||
getId('usernameInput').value += data.native;
|
getId('usernameInput').value += data.native;
|
||||||
toggleUsernameEmoji();
|
toggleUsernameEmoji();
|
||||||
}
|
}
|
||||||
|
|
||||||
const chatEmojiButton = getId('chatEmojiButton');
|
|
||||||
const chatEmoji = getId('chatEmoji');
|
|
||||||
handleClickOutside(emojiUsernamePicker, chatEmojiButton, () => {
|
|
||||||
if (chatEmoji && chatEmoji.classList.contains('show')) {
|
|
||||||
chatEmoji.classList.remove('show');
|
|
||||||
chatEmojiButton.style.color = '#FFFFFF';
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleChatEmojiPicker() {
|
function handleChatEmojiPicker() {
|
||||||
@@ -3268,6 +3259,15 @@ function handleChatEmojiPicker() {
|
|||||||
chatMessage.value += data.native;
|
chatMessage.value += data.native;
|
||||||
rc.toggleChatEmoji();
|
rc.toggleChatEmoji();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const chatEmojiButton = getId('chatEmojiButton');
|
||||||
|
const chatEmoji = getId('chatEmoji');
|
||||||
|
handleClickOutside(emojiPicker, chatEmojiButton, () => {
|
||||||
|
if (chatEmoji && chatEmoji.classList.contains('show')) {
|
||||||
|
chatEmoji.classList.remove('show');
|
||||||
|
chatEmojiButton.style.color = '#FFFFFF';
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleRoomEmojiPicker() {
|
function handleRoomEmojiPicker() {
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم