We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a79b5 + 8231157 commit f019d73Copy full SHA for f019d73
redspot-frontend/index.ts
@@ -48,6 +48,8 @@ export default {
48
"INotebookModel.changed:metadataChange",
49
jsonifyMetadataChange(change.metadataChange, notebook.metadata)
50
);
51
+ } else if (change.stateChange) {
52
+ // ignored
53
}
54
// start monitoring cell changes
55
change.cellsChange?.forEach((delta) =>
0 commit comments