This commit is contained in:
movechip 2021-06-09 17:43:08 +08:00
parent 62852148b8
commit 1261bdaf44

View file

@ -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;
}