mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
Share links upload folder (#8033)
* share link upload folder * fix side nav * optimize * fix sub folder upload * update --------- Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com> Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
@@ -1732,7 +1732,7 @@ class LibContentView extends React.Component {
|
||||
}));
|
||||
}
|
||||
|
||||
if (this.state.isTreePanelShown) {
|
||||
if (this.state.isTreePanelShown && !isExist) {
|
||||
this.addNodeToTree(dirent.name, this.state.path, dirent.type);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user