Update reactions-viewer.reaction.vue
This commit is contained in:
parent
f187df3933
commit
a9a93db2b4
|
@ -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[]) => {
|
||||||
|
|
Loading…
Reference in New Issue