1
0
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:
awu0403
2025-07-15 17:51:47 +08:00
committed by GitHub
parent 1501b93151
commit 5fa2efe28c
4 changed files with 72 additions and 26 deletions

View File

@@ -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);
}
};