1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 16:45:54 +02:00

Update reactions-viewer.reaction.vue

This commit is contained in:
syuilo
2019-09-03 06:20:52 +09:00
parent f187df3933
commit a9a93db2b4

View File

@@ -99,6 +99,7 @@ export default Vue.extend({
this.closeDetails();
},
openDetails() {
if (this.$root.isMobile) return;
this.$root.api('notes/reactions', {
noteId: this.note.id
}).then((reactions: any[]) => {