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