close first dialog when opening copy dialog (#292)

This commit is contained in:
Nolan Lawson 2018-05-13 11:13:35 -07:00 committed by GitHub
parent 6e26fdae2e
commit 2b309b242c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ export default {
let { status } = this.get()
let { url } = status
let showCopyDialog = await importShowCopyDialog()
this.close()
showCopyDialog(url)
},
async onMuteConversationClicked () {