提交 d488f9e8 编写于 作者: R rebornix

💄

上级 cc46bf5c
...@@ -169,8 +169,9 @@ export class TestNotebookEditor implements INotebookEditor { ...@@ -169,8 +169,9 @@ export class TestNotebookEditor implements INotebookEditor {
// throw new Error('Method not implemented.'); // throw new Error('Method not implemented.');
return; return;
} }
layoutNotebookCell(cell: CellViewModel, height: number): void { async layoutNotebookCell(cell: CellViewModel, height: number): Promise<void> {
// throw new Error('Method not implemented.'); // throw new Error('Method not implemented.');
return;
} }
createInset(cell: CellViewModel, output: IOutput, shadowContent: string, offset: number): void { createInset(cell: CellViewModel, output: IOutput, shadowContent: string, offset: number): void {
// throw new Error('Method not implemented.'); // throw new Error('Method not implemented.');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册