aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-06-08 17:40:15 +0000
committerkaniini <nenolod@gmail.com>2019-06-08 17:40:15 +0000
commit33554e8d1d464a4fdb28e50d03d1911b4e580395 (patch)
treee8441169df6c73415d99e65f3b94583bda31d0c4 /src/App.vue
parent0ecf23881d1eea4ed46f151eaee2164ff390c926 (diff)
parent9c8af14908aca2ff278f16c9e71088570f2eb562 (diff)
Merge branch '547' into 'develop'
Fix "Delete account modal partially hidden" issue Closes #547 See merge request pleroma/pleroma-fe!803
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 21abd694..769e075d 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,6 +49,7 @@
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
<UserReportingModal />
+ <portal-target name="modal" />
</div>
</template>