Merge branch '2.0' of https://github.com/iview/iview into 2.0
This commit is contained in:
commit
b31dd8facd
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,10 @@
|
||||||
if (this.popper) {
|
if (this.popper) {
|
||||||
this.resetTransformOrigin(this.popper);
|
this.resetTransformOrigin(this.popper);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.popper.destroy();
|
if (this.popper) {
|
||||||
this.popper = null;
|
this.popper.destroy();
|
||||||
|
this.popper = null;
|
||||||
|
}
|
||||||
}, 300);
|
}, 300);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue