From a9a93db2b477c93d37ba1058c5b0104fe030f3e4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Sep 2019 06:20:52 +0900 Subject: [PATCH] Update reactions-viewer.reaction.vue --- .../app/common/views/components/reactions-viewer.reaction.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/app/common/views/components/reactions-viewer.reaction.vue b/src/client/app/common/views/components/reactions-viewer.reaction.vue index de52bc4a0..12388d982 100644 --- a/src/client/app/common/views/components/reactions-viewer.reaction.vue +++ b/src/client/app/common/views/components/reactions-viewer.reaction.vue @@ -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[]) => {