diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:10:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-08 10:10:23 +0000 |
| commit | 74cf60109417b7480f62010567d5aa8cbb797ef9 (patch) | |
| tree | 392dbd1991084f38e7cfb7afc48705927cd9d823 /src/App.vue | |
| parent | 92380652feb83c6a4dde5ca3bac35ff4b409fa2d (diff) | |
| parent | 32b4d4d223e833e25b53d98a61f71f56142d67ab (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.vue | 1 |
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> |
