Save charting state in SQL notebooks. (#9789)

This commit is contained in:
Cory Rivera
2020-03-30 16:48:28 -07:00
committed by GitHub
parent bb135d6c67
commit d363ea33b5
10 changed files with 123 additions and 53 deletions

View File

@@ -45,5 +45,6 @@ export enum NotebookChangeType {
Saved,
CellExecuted,
CellInputVisibilityChanged,
CellOutputCleared
CellOutputCleared,
CellMetadataUpdated
}