fix a messagebox bug

This commit is contained in:
Leopoldthecoder
2016-08-31 12:43:36 +08:00
parent 5a9f14619b
commit 2d6cb2c4db

View File

@@ -77,6 +77,7 @@
if (this.modal) {
document.body.style.overflow = this.bodyOverflow;
}
this.opened = false;
if (!this.transition) {
this.doAfterClose();