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 bbd0bef commit 378a712Copy full SHA for 378a712
web/main.ts
@@ -1028,7 +1028,6 @@ class GitGraphView {
1028
private getBranchContextMenuActions(target: DialogTarget & RefTarget): ContextMenuActions {
1029
const refName = target.ref, visibility = this.config.contextMenuActionsVisibility.branch;
1030
const isSelectedInBranchesDropdown = this.branchDropdown.isSelected(refName);
1031
- // const isSelectedInBranchesDropdown = this.authorDropdown.isSelected(refName);
1032
1033
return [[
1034
{
0 commit comments