From 2b309b242cee109c9257e074d198c4d1325adf62 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 13 May 2018 11:13:35 -0700 Subject: [PATCH] close first dialog when opening copy dialog (#292) --- routes/_components/dialog/components/StatusOptionsDialog.html | 1 + 1 file changed, 1 insertion(+) 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 () {