3190: Code and Text cells from tool bar (#3191)

* 3190: Code and Text cells from tool bar

* 3190: Adding images under media folder and to css
This commit is contained in:
Raj
2018-11-12 11:41:02 -08:00
committed by GitHub
parent a2bbf3f44e
commit 0a486a280d
9 changed files with 49 additions and 13 deletions

View File

@@ -203,7 +203,7 @@ export class NotebookModel extends Disposable implements INotebookModel {
}
}
addCell(cellType: CellType): void {
public addCell(cellType: CellType): void {
if (this.inErrorState || !this._cells) {
return;
}