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.
2 parents e511680 + 0186416 commit 9e104bdCopy full SHA for 9e104bd
web/main.ts
@@ -1372,7 +1372,7 @@ class GitGraphView {
1372
},
1373
{
1374
title: 'Select in Branches Dropdown',
1375
- visible: visibility.selectInBranchesDropdown && !isSelectedInBranchesDropdown,
+ visible: visibility.selectInBranchesDropdown && (!isSelectedInBranchesDropdown || this.branchDropdown.isShowAllSelected()),
1376
onClick: (e) => this.branchDropdown.selectOption(prefixedRefName, e)
1377
1378
0 commit comments