Add more actions to cell (#3217)

* Added toggle more actions to cell

* Resolve PR comments
-- Added INotificationService for notification msg

* Reduced ToggleMoreAction to smaller size. So the dropdown could be displayed closer to it instead of at the buttom of the cell.
This commit is contained in:
Yurong He
2018-11-14 17:51:59 -08:00
committed by GitHub
parent db3bb82dbd
commit e607f68b3e
10 changed files with 174 additions and 19 deletions

View File

@@ -304,9 +304,9 @@ export interface INotebookModel {
changeContext(host: string): void;
/**
* Adds a cell to the end of the model
* Adds a cell to the index of the model
*/
addCell(cellType: CellType): void;
addCell(cellType: CellType, index?: number): void;
/**
* Deletes a cell