mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 12:39:03 +08:00
Merge branch 'main' of https://github.com/ueberdosis/tiptap
This commit is contained in:
commit
9127f36f12
@ -170,8 +170,10 @@ const editor = new Editor({
|
|||||||
// Register the collaboration cursor extension
|
// Register the collaboration cursor extension
|
||||||
CollaborationCursor.configure({
|
CollaborationCursor.configure({
|
||||||
provider: provider,
|
provider: provider,
|
||||||
name: 'Cyndi Lauper',
|
user: {
|
||||||
color: '#f783ac',
|
name: 'Cyndi Lauper',
|
||||||
|
color: '#f783ac',
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
// …
|
// …
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user