mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
always preserveFocus when calling _open.mergeEditor (#153113)
fixes https://github.com/microsoft/vscode/issues/152948
This commit is contained in:
@@ -33,7 +33,7 @@ export class OpenMergeEditor extends Action2 {
|
||||
validatedArgs.input2,
|
||||
validatedArgs.output,
|
||||
);
|
||||
accessor.get(IEditorService).openEditor(input);
|
||||
accessor.get(IEditorService).openEditor(input, { preserveFocus: true });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user