No additional event triggering for crud from core.

This commit is contained in:
rebornix
2020-02-21 10:06:48 -08:00
parent d9111772d9
commit 09a8143164

View File

@@ -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 {