mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Update reactions-viewer.reaction.vue
This commit is contained in:
parent
5fc0978ff3
commit
c0b91059cc
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…
Add table
Reference in a new issue