Skip to content

Commit 25474ce

Browse files
chivorotkivsergeibbb
authored andcommitted
Stops hiding the quickpick when clicking the "globe" icon
to open that issue in the browser (#3742, #3771)
1 parent 1605896 commit 25474ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/startWork/startWork.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export class StartWorkCommand extends QuickCommand<State> {
499499
onDidClickItemButton: (_quickpick, button, { item }) => {
500500
if (button === OpenOnGitHubQuickInputButton && !isStartWorkTypeItem(item)) {
501501
this.open(item);
502-
return true;
502+
return undefined;
503503
}
504504
return false;
505505
},

0 commit comments

Comments
 (0)