aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-31 13:18:47 -0400
committertaehoon <th.dev91@gmail.com>2019-08-06 20:53:09 -0400
commita13c945143946aa4e2d70710f03ae5113f61ac93 (patch)
tree14b57d5831e765c927ac5537a0e137c710e8194a /src/App.vue
parent17dc7357d5036681b346f745190204e213c0ef8c (diff)
do not unmount post status modal in desktop
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>