From 44a6bccbd6277868f3e97155a7fc983c7370a37d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 11 Apr 2021 14:38:29 -0400 Subject: [PATCH] Fixes typo --- src/commands/git/search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/git/search.ts b/src/commands/git/search.ts index 96fb286..d9579d9 100644 --- a/src/commands/git/search.ts +++ b/src/commands/git/search.ts @@ -340,7 +340,7 @@ export class SearchGitCommand extends QuickCommand { 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;