Skip to content

Commit 2f46b33

Browse files
committed
Closes picker on focus loss
1 parent 300cf96 commit 2f46b33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webviews/plus/timeline/timelineWebview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ export class TimelineWebviewProvider implements WebviewProvider<State, State, Ti
333333

334334
const picked = await showRevisionFilesPicker(this.container, createReference(ref?.ref ?? 'HEAD', repo.path), {
335335
allowFolders: true,
336-
ignoreFocusOut: true,
337336
initialPath: initialPath,
338337
title: title,
339338
});

0 commit comments

Comments
 (0)