test tree
This commit is contained in:
@@ -83,7 +83,7 @@ function recursiveNodeClick(node: TreeData) {
|
||||
}
|
||||
|
||||
function handleChange(checked: boolean, node: TreeData) {
|
||||
props.tree.setCheckedKeys(checked, props.checkStrictly && props.selectParent, node);
|
||||
props.tree.setCheckedKeys(checked, props.checkStrictly || props.selectParent, node);
|
||||
}
|
||||
|
||||
function handleIconClick(node: TreeData) {
|
||||
|
||||
Reference in New Issue
Block a user