Update reaction.vue
This commit is contained in:
parent
d40a0392cd
commit
192cfd23f3
|
@ -74,6 +74,7 @@ export default defineComponent({
|
||||||
}, {}, {
|
}, {}, {
|
||||||
source: ev.currentTarget || ev.target
|
source: ev.currentTarget || ev.target
|
||||||
}).then(emoji => {
|
}).then(emoji => {
|
||||||
|
if (emoji == null) return;
|
||||||
this.reactions += emoji;
|
this.reactions += emoji;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue