fix a messagebox bug

pull/2/head
Leopoldthecoder 2016-08-31 12:43:36 +08:00
parent 5a9f14619b
commit 2d6cb2c4db
1 changed files with 1 additions and 0 deletions

View File

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