fix: add pluginKey option to suggestion plugin, fix #1282
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
"@tiptap/core": "^2.0.0-beta.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tiptap/suggestion": "^2.0.0-beta.62"
|
||||
"@tiptap/suggestion": "^2.0.0-beta.62",
|
||||
"prosemirror-model": "^1.14.3",
|
||||
"prosemirror-state": "^1.3.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user