fix type issue

This commit is contained in:
Philipp Kühn
2020-09-09 12:57:50 +02:00
parent 22109170b3
commit f56fae49a1
6 changed files with 38 additions and 61 deletions

View File

@@ -36,6 +36,7 @@ export default class ExtensionManager {
: {
editor,
options: deepmerge(extension.config.defaults, extension.usedOptions),
// TODO: type is not available here
// get type() {
// console.log('called', editor.schema)