mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 17:43:49 +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>({
|
export const CollaborationCursor = Extension.create<CollaborationCursorOptions, CollaborationCursorStorage>({
|
||||||
name: 'collaborationCursor',
|
name: 'collaborationCursor',
|
||||||
|
|
||||||
|
priority: 1001,
|
||||||
|
|
||||||
addOptions() {
|
addOptions() {
|
||||||
return {
|
return {
|
||||||
provider: null,
|
provider: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user