Skip to content

Commit 91ffb2d

Browse files
committed
fix bug
1 parent bf15e18 commit 91ffb2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/js/features/repo-view-file-tree-sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async function loadChildren(item, recursive?: boolean) {
3939
isFile: i.isFile,
4040
htmlUrl: i.html_url,
4141
path: i.path,
42+
children: i.children,
4243
}));
4344
}
4445
return null;

0 commit comments

Comments
 (0)