This commit is contained in:
Philipp Kühn 2021-02-11 21:02:56 +01:00
parent 996a254227
commit 151ea7d6dd

View File

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