Make notebook cells selectable for tab navigation. (#8946)

This commit is contained in:
Cory Rivera
2020-01-23 15:39:27 -08:00
committed by GitHub
parent 5ccc0fd97b
commit 2eebcab74a
4 changed files with 22 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ export type CellType = 'code' | 'markdown' | 'raw';
export class CellTypes {
public static readonly Code = 'code';
public static readonly Markdown = 'markdown';
public static readonly Raw = 'raw';
}
// to do: add all mime types