1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +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

@@ -301,7 +301,7 @@ class FileChooser extends React.Component {
let selectedItemInfo = {
repoID: item.repo_id,
filePath: item.path,
}
};
this.setState({
selectedItemInfo: selectedItemInfo