We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809eb06 commit bb18177Copy full SHA for bb18177
filebrowser.js
@@ -1100,6 +1100,10 @@ async function checkPushDialogs() {
1100
1101
// change sidebar title
1102
sidebarLogo.innerText = repoName + contents;
1103
+
1104
+ // change location
1105
+ treeLoc[0] = loggedUser;
1106
+ saveTreeLocLS(treeLoc);
1107
1108
1109
// fork repo
@@ -1159,11 +1163,6 @@ async function checkPushDialogs() {
1159
1163
modifiedRepos[loggedUser + '/' + repoName] = newRepoObj;
1160
1164
1161
1165
updateModReposLS();
1162
-
- // change location
- treeLoc[0] = loggedUser;
1166
- saveTreeLocLS(treeLoc);
1167
1168
1169
// enable push buttons
0 commit comments