Tree: revert pr #13349 (#14847)

This commit is contained in:
hetech
2019-03-27 18:28:50 +08:00
committed by iamkun
parent 53df27e48f
commit 314e7fbaee
2 changed files with 0 additions and 31 deletions

View File

@@ -465,7 +465,6 @@ export default class Node {
this.doCreateChildren(children, defaultProps);
this.updateLeafState();
reInitChecked(this);
if (callback) {
callback.call(this, children);
}