提交 763748e4 编写于 作者: R rebornix

💄

上级 888ffb91
......@@ -150,8 +150,8 @@ export class TestNotebookEditor implements INotebookEditor {
revealInCenterIfOutsideViewport(cell: CellViewModel): void {
throw new Error('Method not implemented.');
}
async insertNotebookCell(cell: CellViewModel, type: CellKind, direction: 'above' | 'below'): Promise<void> {
// throw new Error('Method not implemented.');
async insertNotebookCell(cell: CellViewModel, type: CellKind, direction: 'above' | 'below'): Promise<CellViewModel> {
throw new Error('Method not implemented.');
}
deleteNotebookCell(cell: CellViewModel): void {
// throw new Error('Method not implemented.');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册