mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 16:24:36 +02:00
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