Roo/tree/TreeNode.js
authorEdward <edward@roojs.com>
Thu, 4 Apr 2019 03:36:05 +0000 (11:36 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Apr 2019 03:36:05 +0000 (11:36 +0800)
Roo/tree/TreeNode.js

index a77c2fa..e797d60 100644 (file)
@@ -301,6 +301,7 @@ Roo.extend(Roo.tree.TreeNode, Roo.data.Node, {
                 this.renderChildren();
             }
             this.expanded = true;
+            
             if(!this.isHiddenRoot() && (this.getOwnerTree() && this.getOwnerTree().animate && anim !== false) || anim){
                 this.ui.animExpand(function(){
                     this.fireEvent("expand", this);