Update reactions-viewer.reaction.vue

This commit is contained in:
syuilo 2019-09-03 06:20:52 +09:00
parent 5fc0978ff3
commit c0b91059cc

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[]) => {