mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Make notebook cells selectable for tab navigation. (#8946)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user