fix nothing

This commit is contained in:
Philipp Kühn
2021-02-11 21:02:50 +01:00

View File

@@ -7,6 +7,7 @@ export const AnnotationPluginKey = new PluginKey('annotation')
export const AnnotationPlugin = (options: any) => new Plugin({
key: AnnotationPluginKey,
state: {
init(_, state) {
return AnnotationState.init(_, state)
},