We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7dfc commit 113a5afCopy full SHA for 113a5af
live-view/live-view.js
@@ -844,7 +844,7 @@ async function handleLiveViewRequest(requestPath) {
844
saveTreeLocLS(treeLoc);
845
846
// update selected branch in local storage
847
- updateModRepoSelectedBranch((treeLoc[0] + '/' + fileRepo.split(':')[0]), defaultBranch);
+ updateModRepoSelectedBranch((fileUser + '/' + fileRepo.split(':')[0]), defaultBranch);
848
849
}
850
0 commit comments