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