Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Apr 11, 2021
1 parent 4dca313 commit 44a6bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/git/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export class SearchGitCommand extends QuickCommand<State> {
if (quickpick.value.length === 0) {
quickpick.items = items;
} else {
// If something was typed/selected, keep the quick pick open on focus lossrop
// If something was typed/selected, keep the quick pick open on focus loss
quickpick.ignoreFocusOut = true;
step.ignoreFocusOut = true;

Expand Down

0 comments on commit 44a6bcc

Please sign in to comment.