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 076fb9e commit 9f76e2eCopy full SHA for 9f76e2e
filebrowser.js
@@ -1100,10 +1100,6 @@ 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
@@ -1163,6 +1159,11 @@ async function checkPushDialogs() {
1163
1159
modifiedRepos[loggedUser + '/' + repoName] = newRepoObj;
1164
1160
1165
1161
updateModReposLS();
1162
+
+ // change location
+ treeLoc[0] = loggedUser;
1166
+ saveTreeLocLS(treeLoc);
1167
1168
1169
// enable push buttons
0 commit comments