mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
grid - let IEditor.group be INextEditorGroup
This commit is contained in:
@@ -430,7 +430,7 @@ export class MainThreadDocumentsAndEditors {
|
||||
private _findEditorPosition(editor: MainThreadTextEditor): EditorPosition {
|
||||
for (let workbenchEditor of this._workbenchEditorService.getVisibleEditors()) {
|
||||
if (editor.matches(workbenchEditor)) {
|
||||
return workbenchEditor.group;
|
||||
return workbenchEditor.group.id;
|
||||
}
|
||||
}
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user