1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

Standard loading (#3557)

* Loading circle

* Fix compilation warning

* Change cur-view-content from display:flex to display:block
This commit is contained in:
zxj96
2019-05-28 15:16:27 +08:00
committed by Daniel Pan
parent b0ae1d7812
commit 3959433a8f
6 changed files with 17 additions and 19 deletions

View File

@@ -21,7 +21,6 @@ class TreeListView extends React.Component {
node={this.props.treeData.root}
onNodeCollapse={this.props.onNodeCollapse}
onNodeExpanded={this.props.onNodeExpanded}
onNodeClick={this.props.onTreeNodeClick}
repo={this.props.repo}
onDirentItemClick={this.props.onDirentItemClick}
selectedRepo={this.props.selectedRepo}