Skip to content

Commit f67899d

Browse files
committed
Update filebrowser.js
1 parent be56995 commit f67899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ async function renderBranchMenuHTML(renderAll) {
13681368
}
13691369

13701370
// add branch to tree
1371-
treeLoc[1] = repo + ':' + repoObj.defaultBranch;
1371+
treeLoc[1] = repo + ':' + repoObj.selBranch;
13721372
saveTreeLocLS(treeLoc);
13731373

13741374
// update selected branch

0 commit comments

Comments
 (0)