mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 02:49:56 +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
|
||||
data: {
|
||||
name: 'Chris',
|
||||
color: '##00ff00',
|
||||
color: '#00ff00',
|
||||
},
|
||||
})
|
||||
)
|
||||
|
Reference in New Issue
Block a user