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