We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9900a commit 0d6a426Copy full SHA for 0d6a426
js/app/editor.js
@@ -54,7 +54,7 @@ export class Editor {
54
this._editor.dom.remove();
55
56
this._editor = new EditorView({
57
- state: EditorState.create({ extensions }),
+ extensions,
58
parent: this._parent,
59
dispatch(tr) {
60
this.update([tr]);
0 commit comments