antd form, after one of the treenode is selected, close the window and open it again. The previously selected treenode is still selected. How can I empty the selected treenode? Thank you!
<div>
<h4></h4>
<Tree className="rolesTree"
checkable
onCheck={this.onCheck}
defaultExpandAll={true}
loadData={this.onLoadData}
>
{this.renderTreeNodes(roles)}
</Tree>
</div>