Skip to content

Commit c740903

Browse files
authored
Update filebrowser.js
1 parent c854747 commit c740903

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

filebrowser.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ async function renderSidebarHTML() {
8888
}
8989

9090

91+
// if repo obj dosen't exist
92+
if (!repoObj) {
93+
94+
// get repo obj from git
95+
// and save to local storage
96+
fetchRepoAndSaveToLS(treeLoc);@@
97+
98+
}
99+
100+
91101
// render branch menu
92102
renderBranchMenuHTML();
93103

0 commit comments

Comments
 (0)