Merge pull request #911 from movechip/fix#910

fixes #910
This commit is contained in:
Aresn 2021-06-10 10:09:42 +08:00 committed by GitHub
commit 1c66dd6c63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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