Update confirm.js
This commit is contained in:
parent
3baf0595c2
commit
bd9c12cf88
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ Modal.newInstance = properties => {
|
||||||
},
|
},
|
||||||
destroy () {
|
destroy () {
|
||||||
this.$destroy();
|
this.$destroy();
|
||||||
document.body.removeChild(this.$el);
|
if (this.$el) document.body.removeChild(this.$el);
|
||||||
this.onRemove();
|
this.onRemove();
|
||||||
},
|
},
|
||||||
onOk () {},
|
onOk () {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue