diff --git a/routes/_components/dialog/components/StatusOptionsDialog.html b/routes/_components/dialog/components/StatusOptionsDialog.html index d8394e6a..28b38c5c 100644 --- a/routes/_components/dialog/components/StatusOptionsDialog.html +++ b/routes/_components/dialog/components/StatusOptionsDialog.html @@ -166,6 +166,7 @@ export default { let { status } = this.get() let { url } = status let showCopyDialog = await importShowCopyDialog() + this.close() showCopyDialog(url) }, async onMuteConversationClicked () {