remove attachedEditors.

This commit is contained in:
rebornix
2021-02-17 21:28:06 -08:00
parent bcc49ca4b6
commit e8836805dc
2 changed files with 0 additions and 8 deletions

View File

@@ -1764,7 +1764,6 @@ export interface INotebookModelAddedData {
cells: IMainCellDto[],
viewType: string;
metadata?: NotebookDocumentMetadata;
attachedEditor?: { id: string; selections: number[]; visibleRanges: ICellRange[] }
contentOptions: { transientOutputs: boolean; transientMetadata: TransientMetadata; }
}