fix: iOS点击发送图片表情偶尔不显示的情况

This commit is contained in:
kuaifan 2022-11-10 15:58:25 +08:00
parent a5abc6d6f7
commit d02040e623

View File

@ -848,7 +848,7 @@ export default {
}
} else if (item.type === 'emoticon') {
this.$emit('on-send', `<img class="emoticon" data-asset="${item.asset}" data-name="${item.name}" src="${item.src}"/>`)
this.showEmoji = false;
// this.showEmoji = false;
}
},