提交 4c58ef49 编写于 作者: R rebornix

test notebook editor

上级 e17815a8
......@@ -90,6 +90,10 @@ export class TestNotebookEditor implements INotebookEditor {
constructor(
) { }
setSelection(cell: CellViewModel, selection: Range): void {
throw new Error('Method not implemented.');
}
revealRangeInView(cell: CellViewModel, range: Range): void {
throw new Error('Method not implemented.');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册