Skip to content

Commit 0186416

Browse files
committed
fix select branches in dropdown for remote
1 parent 6100336 commit 0186416

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
@@ -1372,7 +1372,7 @@ class GitGraphView {
13721372
},
13731373
{
13741374
title: 'Select in Branches Dropdown',
1375-
visible: visibility.selectInBranchesDropdown && !isSelectedInBranchesDropdown,
1375+
visible: visibility.selectInBranchesDropdown && (!isSelectedInBranchesDropdown || this.branchDropdown.isShowAllSelected()),
13761376
onClick: (e) => this.branchDropdown.selectOption(prefixedRefName, e)
13771377
},
13781378
{

0 commit comments

Comments
 (0)