close first dialog when opening copy dialog (#292)
This commit is contained in:
parent
6e26fdae2e
commit
2b309b242c
|
@ -166,6 +166,7 @@ export default {
|
|||
let { status } = this.get()
|
||||
let { url } = status
|
||||
let showCopyDialog = await importShowCopyDialog()
|
||||
this.close()
|
||||
showCopyDialog(url)
|
||||
},
|
||||
async onMuteConversationClicked () {
|
||||
|
|
Loading…
Reference in a new issue