mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user