mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Add configuration options
This commit is contained in:
@@ -25,7 +25,7 @@ export default class DirectoryTreeNode extends React.Component {
|
||||
return (
|
||||
<div className="directory-tree__node directory-tree__node--group">
|
||||
<DirectoryTree tree={this.props.subTree} depth={this.props.depth}
|
||||
hash={this.props.hash} />
|
||||
hash={this.props.hash} key={`${this.state.expanded}-${this.props.depth}`} />
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user