Notebook Views Insert Cells Modal (#16836)

* Add html-to-image package

* Add image card type
This commit is contained in:
Daniel Grajeda
2021-08-31 14:11:21 -06:00
committed by GitHub
parent a96bf181c0
commit e02ae0865a
14 changed files with 305 additions and 99 deletions

View File

@@ -770,6 +770,7 @@ export class NotebookViewStub implements INotebookView {
displayedCells: readonly ICellModel[];
onDeleted: vsEvent.Event<INotebookView>;
onCellVisibilityChanged: vsEvent.Event<ICellModel>;
initialize(): void {
throw new Error('Method not implemented.');
}