Changed Roo/LayoutRegion.js
authorEdward <edward@roojs.com>
Tue, 22 Jan 2019 03:26:08 +0000 (11:26 +0800)
committerEdward <edward@roojs.com>
Tue, 22 Jan 2019 03:26:08 +0000 (11:26 +0800)
Roo/LayoutRegion.js

index a2d6cef..726df9c 100644 (file)
@@ -349,8 +349,10 @@ Roo.extend(Roo.LayoutRegion, Roo.BasicLayoutRegion, {
         }
         this.collapsed = false;
         if(this.config.animate && skipAnim !== true){
+            Roo.log('animate??');
             this.animateExpand();
         }else{
+            Roo.log('not animate??');
             this.el.show();
             if(this.split){
                 this.split.el.show();