Skip to content

Commit df22629

Browse files
committed
fix double click to select all authors in dropdown
further fix of #49
1 parent 6fd5aa7 commit df22629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class GitGraphView {
237237
this.gitStashes = [];
238238
this.gitTags = [];
239239
this.currentBranches = null;
240-
this.currentAuthors = null;
240+
this.currentAuthors = [];
241241
this.renderFetchButton();
242242
this.closeCommitDetails(false);
243243
this.settingsWidget.close();

0 commit comments

Comments
 (0)