Commit 314398ad authored by techird's avatar techird

统一计算

parent 1da6f6a5
...@@ -243,7 +243,7 @@ kity.extendClass(Minder, { ...@@ -243,7 +243,7 @@ kity.extendClass(Minder, {
// layout all children first // layout all children first
// 剪枝:收起的节点无需计算 // 剪枝:收起的节点无需计算
if (node.isExpanded()) { if (node.isExpanded() || true) {
node.children.forEach(function(child) { node.children.forEach(function(child) {
layoutNode(child); layoutNode(child);
}); });
......
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