Skip to content

Commit 4847e00

Browse files
authored
Closing a terminal in the editor view unfocus the editor view (fix microsoft#171758) (microsoft#201047)
1 parent c52d8fb commit 4847e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/parts/editor/editorGroupView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ export class EditorGroupView extends Themable implements IEditorGroupView {
706706

707707
// Close active one last
708708
if (activeEditor) {
709-
this.doCloseEditor(activeEditor, true);
709+
this.doCloseEditor(activeEditor);
710710
}
711711
}
712712

0 commit comments

Comments
 (0)