mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
fix: not reload after upload file(s) (#6911)
This commit is contained in:
@@ -1657,10 +1657,6 @@ class LibContentView extends React.Component {
|
||||
if (this.state.isTreePanelShown) {
|
||||
this.addNodeToTree(dirent.name, this.state.path, dirent.type);
|
||||
}
|
||||
|
||||
if (direntObject.type !== 'dir') {
|
||||
this.loadDirentList(this.state.path);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user