Merge branch 'gitlink_ssr_head' into pre_gitlink_ssr

This commit is contained in:
caishi 2025-09-25 09:55:05 +08:00
commit 6fb1ffb6ce
1 changed files with 1 additions and 3 deletions

View File

@ -155,9 +155,7 @@ function CoderDepot(props){
setType("file");
}else{
setTreeValue(undefined);
if (!projectEntries) {
getDirInfo(branchName || defaultBranch);
}
getDirInfo(branchName || defaultBranch);
setType("dir");
}
}