mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
docs: Fix usage example of CollaborationCursor (#1911)
This commit is contained in:
parent
b868591ad2
commit
59e38750fc
@ -170,8 +170,10 @@ const editor = new Editor({
|
||||
// Register the collaboration cursor extension
|
||||
CollaborationCursor.configure({
|
||||
provider: provider,
|
||||
name: 'Cyndi Lauper',
|
||||
color: '#f783ac',
|
||||
user: {
|
||||
name: 'Cyndi Lauper',
|
||||
color: '#f783ac',
|
||||
},
|
||||
}),
|
||||
// …
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user