We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17034c0 commit 8566d41Copy full SHA for 8566d41
src/ChatWindow/ChatMessage.vue
@@ -239,7 +239,9 @@ export default {
239
},
240
messageActionHandler(action) {
241
this.closeOptions()
242
- this.$emit('messageActionHandler', { action, message: this.message })
+ setTimeout(() => {
243
+ this.$emit('messageActionHandler', { action, message: this.message })
244
+ }, 300)
245
246
checkImageFile() {
247
if (!this.message.file) return
0 commit comments