You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Fired whenever a change occurs to the document. There is a certain difference with `onChange`. */
26
+
onUpdate? (viewUpdate: ViewUpdate): void
29
27
/**
30
28
* Extension values can be [provided](https://codemirror.net/6/docs/ref/#state.EditorStateConfig.extensions) when creating a state to attach various kinds of configuration and behavior information.
31
29
* They can either be built-in extension-providing objects,
0 commit comments