Update reaction.vue

This commit is contained in:
syuilo 2020-09-21 11:55:49 +09:00
parent d40a0392cd
commit 192cfd23f3
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export default defineComponent({
}, {}, {
source: ev.currentTarget || ev.target
}).then(emoji => {
if (emoji == null) return;
this.reactions += emoji;
});
}