add something

This commit is contained in:
Philipp Kühn
2021-02-11 20:56:32 +01:00
parent 967f43fda5
commit f4527942d8
3 changed files with 39 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ export const Annotation = Extension.create({
addProseMirrorPlugins() {
return [
AnnotationPlugin(this.options, this.editor),
AnnotationPlugin(this.options),
]
},
})