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.
1 parent fc2228b commit 4a411b2Copy full SHA for 4a411b2
client/codemirror/clean.ts
@@ -55,12 +55,6 @@ export function cleanModePlugins(client: Client) {
55
// Propagate click event from checkbox
56
void client.dispatchClickEvent(clickEvent);
57
},
58
- onStateChange: (pos, endPos, _oldState, newState) => {
59
- client.editorView.dispatch({
60
- changes: { from: pos, to: endPos, insert: newState },
61
- });
62
- },
63
- client,
64
}),
65
listBulletPlugin(),
66
tablePlugin(client),
0 commit comments