提交 09a81431 编写于 作者: R rebornix

No additional event triggering for crud from core.

上级 d9111772
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册