fix:#910
This commit is contained in:
parent
62852148b8
commit
1261bdaf44
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@
|
|||
if (this.popper) {
|
||||
setTimeout(() => {
|
||||
if (this.popper && !this.popperStatus) {
|
||||
//fix:#910
|
||||
this.popper.popper.style.display = 'none';
|
||||
this.popper.destroy();
|
||||
this.popper = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue