mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
chore: initialize the collaboration cursor after the collaboration plugin
This commit is contained in:
parent
fa17c2374f
commit
e11aa0de22
@ -96,6 +96,8 @@ const defaultOnUpdate = () => null
|
||||
export const CollaborationCursor = Extension.create<CollaborationCursorOptions, CollaborationCursorStorage>({
|
||||
name: 'collaborationCursor',
|
||||
|
||||
priority: 1001,
|
||||
|
||||
addOptions() {
|
||||
return {
|
||||
provider: null,
|
||||
|
Loading…
Reference in New Issue
Block a user