Roo/BasicDialog.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:18:36 +0000 (17:18 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:18:36 +0000 (17:18 +0800)
Roo/BasicDialog.js

index 639221f..c9c6b81 100644 (file)
@@ -980,6 +980,7 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
     // private
     // z-index is managed by the DialogManager and may be overwritten at any time
     setZIndex : function(index){
+        console.log('run????');
         if(this.modal){
             this.mask.setStyle("z-index", index);
         }