remove blanks

This commit is contained in:
afc163 2017-01-11 20:08:28 +08:00
parent 8a2b3470ef
commit f978b52ce3

View File

@ -75,14 +75,12 @@ const getParentKey = (key, tree) => {
return parentKey;
};
class SearchTree extends React.Component {
state = {
expandedKeys: [],
searchValue: '',
autoExpandParent: true,
}
onExpand = (expandedKeys) => {
this.setState({
expandedKeys,