mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix nothing
This commit is contained in:
commit
996a254227
@ -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)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user