mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 11:42:53 +02:00
Update 07-enabling-collaborative-editing.md (#5618)
Fix color code for user. It doesn't work with today's color code
This commit is contained in:
@@ -362,7 +362,7 @@ const SlateEditor = ({ sharedType, provider }) => {
|
|||||||
// The current user's name and color
|
// The current user's name and color
|
||||||
data: {
|
data: {
|
||||||
name: 'Chris',
|
name: 'Chris',
|
||||||
color: '##00ff00',
|
color: '#00ff00',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user