mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 02:00:28 +03:00
Fix input freeze on sending message (#343)
This commit is contained in:
parent
47cd87e653
commit
2308578622
2 changed files with 2 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ function addToGroup(emoji) {
|
|||
const emojis = [];
|
||||
emojisData.forEach((emoji) => {
|
||||
const myShortCodes = shortcodes[emoji.hexcode];
|
||||
if (!myShortCodes) return;
|
||||
const em = {
|
||||
...emoji,
|
||||
shortcode: Array.isArray(myShortCodes) ? myShortCodes[0] : myShortCodes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue