Commit d482e4c7 authored by Akikonata's avatar Akikonata

added rendernode

parent 666cf9cb
...@@ -534,7 +534,7 @@ KityMinder.registerModule( "LayoutDefault", function () { ...@@ -534,7 +534,7 @@ KityMinder.registerModule( "LayoutDefault", function () {
node: _root node: _root
}, false ) ); }, false ) );
this._firePharse( new MinderEvent( "RenderNode", { this._firePharse( new MinderEvent( "RenderNode", {
node: node node: _root
}, false ) ); }, false ) );
updateShapeByCont( _root ); updateShapeByCont( _root );
updateLayoutHorizon( _root ); updateLayoutHorizon( _root );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment