summaryrefslogtreecommitdiff
path: root/src/client/app/common
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-09-03 06:20:52 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-09-03 06:20:52 +0900
commita9a93db2b477c93d37ba1058c5b0104fe030f3e4 (patch)
tree2533775dc9372b0767a4b21f43cd9561f7559ff0 /src/client/app/common
parentUpdate reactions-viewer.reaction.vue (diff)
downloadsharkey-a9a93db2b477c93d37ba1058c5b0104fe030f3e4.tar.gz
sharkey-a9a93db2b477c93d37ba1058c5b0104fe030f3e4.tar.bz2
sharkey-a9a93db2b477c93d37ba1058c5b0104fe030f3e4.zip
Update reactions-viewer.reaction.vue
Diffstat (limited to 'src/client/app/common')
-rw-r--r--src/client/app/common/views/components/reactions-viewer.reaction.vue1
1 files changed, 1 insertions, 0 deletions
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 de52bc4a0e..12388d9828 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[]) => {