!785 修复目录缓存问题

pull/785/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent a0f7799cdb
commit c305ad0fd1

@ -738,6 +738,7 @@ export class CommonPanel extends React.Component<ICommonPanelProps, ICommonPanel
}
else
node = node.childNodes[n];
if (!node) return;
if (node.childNodes.length)
node.isExpanded = true;
}

Loading…
Cancel
Save