Update dropdown.vue
This commit is contained in:
parent
3537176f98
commit
e845e84d3b
1 changed files with 4 additions and 2 deletions
|
@ -61,8 +61,10 @@
|
|||
if (this.popper) {
|
||||
this.resetTransformOrigin(this.popper);
|
||||
setTimeout(() => {
|
||||
this.popper.destroy();
|
||||
this.popper = null;
|
||||
if (this.popper) {
|
||||
this.popper.destroy();
|
||||
this.popper = null;
|
||||
}
|
||||
}, 300);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue