mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
No additional event triggering for crud from core.
This commit is contained in:
@@ -327,8 +327,6 @@ export class ExtHostNotebookDocument implements vscode.NotebookDocument {
|
||||
store.add(cell.onDidChangeOutputs((diffs) => {
|
||||
this.eventuallyUpdateCellOutputs(cell, diffs);
|
||||
}));
|
||||
|
||||
this.eventuallyUpdateCells([{ start: index, deleteCount: 0, toInsert: [cell] }]);
|
||||
}
|
||||
|
||||
deleteCell(index: number): boolean {
|
||||
|
||||
Reference in New Issue
Block a user