Roo/BasicDialog.js
authorEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:54:53 +0000 (11:54 +0800)
committerEdward <edward@roojs.com>
Mon, 21 Jan 2019 03:54:53 +0000 (11:54 +0800)
Roo/BasicDialog.js

index ee67a14..1b33c84 100644 (file)
@@ -956,6 +956,7 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
         this.proxy.hide();
         if(this.modal){
             this.mask.hide();
+            Roo.log('remove x-body-masked');
             Roo.get(document.body).removeClass("x-body-masked");
         }
         this.fireEvent("hide", this);