remove NotebookDocument#contentOptions

This commit is contained in:
Johannes Rieken
2021-03-09 17:44:22 +01:00
parent f0cf34e073
commit 0f64ef1b65
8 changed files with 1 additions and 11 deletions

View File

@@ -84,8 +84,7 @@ class NotebookAndEditorState {
cellKind: cell.cellKind,
outputs: cell.outputs,
metadata: cell.metadata
})),
contentOptions: e.transientOptions,
}))
};
}