forked from FoundKeyGang/FoundKey
Update reactions-viewer.reaction.vue
This commit is contained in:
parent
f187df3933
commit
a9a93db2b4
1 changed files with 1 additions and 0 deletions
|
@ -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[]) => {
|
||||
|
|
Loading…
Reference in a new issue