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 cb3773d commit bbd0befCopy full SHA for bbd0bef
web/main.ts
@@ -299,8 +299,6 @@ class GitGraphView {
299
filterCurrentBranches();
300
301
this.saveState();
302
- this.currentAuthors = [];
303
- this.currentAuthors.push(SHOW_ALL_BRANCHES);
304
305
// Set up branch dropdown options
306
this.branchDropdown.setOptions(this.getBranchOptions(true), this.currentBranches);
0 commit comments