Update reactions-viewer.reaction.vue

This commit is contained in:
syuilo 2019-09-03 06:20:52 +09:00
parent f187df3933
commit a9a93db2b4
1 changed files with 1 additions and 0 deletions

View File

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