Update reaction.vue
This commit is contained in:
parent
d40a0392cd
commit
192cfd23f3
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ export default defineComponent({
|
|||
}, {}, {
|
||||
source: ev.currentTarget || ev.target
|
||||
}).then(emoji => {
|
||||
if (emoji == null) return;
|
||||
this.reactions += emoji;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue