fix: 选中树节点,focusKey一直显示bug
This commit is contained in:
parent
76717eeae2
commit
4a182a93f3
|
@ -482,6 +482,9 @@ onExpand(treeNode,keyType) {
|
|||
selectedKeys,
|
||||
});
|
||||
}
|
||||
this.setState({
|
||||
focusKey: ''
|
||||
})
|
||||
props.onSelect(selectedKeys, newSt);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue