aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-08-08 10:10:23 +0000
committerShpuld Shpludson <shp@cock.li>2019-08-08 10:10:23 +0000
commit74cf60109417b7480f62010567d5aa8cbb797ef9 (patch)
tree392dbd1991084f38e7cfb7afc48705927cd9d823 /src/App.vue
parent92380652feb83c6a4dde5ca3bac35ff4b409fa2d (diff)
parent32b4d4d223e833e25b53d98a61f71f56142d67ab (diff)
Merge branch '627' into 'develop'
Fix "Post status modal disappearing on mobile landscape mode" Closes #627 See merge request pleroma/pleroma-fe!899
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue
index bf6e62e2..719e00a4 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -107,6 +107,7 @@
:floating="true"
class="floating-chat mobile-hidden"
/>
+ <MobilePostStatusModal />
<UserReportingModal />
<portal-target name="modal" />
</div>