Skip to content

Commit bbd0bef

Browse files
committed
fix loosing currentAuthors when switching tabs
1 parent cb3773d commit bbd0bef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ class GitGraphView {
299299
filterCurrentBranches();
300300

301301
this.saveState();
302-
this.currentAuthors = [];
303-
this.currentAuthors.push(SHOW_ALL_BRANCHES);
304302

305303
// Set up branch dropdown options
306304
this.branchDropdown.setOptions(this.getBranchOptions(true), this.currentBranches);

0 commit comments

Comments
 (0)