add basic support for components

This commit is contained in:
Philipp Kühn
2020-04-24 09:32:37 +02:00
parent c2bd2b21fa
commit 3470a7be1c
7 changed files with 68 additions and 0 deletions

View File

@@ -170,6 +170,8 @@ export class Editor extends EventEmitter {
plugins: this.plugins,
}),
dispatchTransaction: this.dispatchTransaction.bind(this),
// @ts-ignore
nodeViews: this.extensionManager.nodeViews,
})
}