fix: editor user config (#5974)
This commit is contained in:
parent
4c6ab984c3
commit
2193e8c79c
2 changed files with 12 additions and 11 deletions
|
|
@ -55,7 +55,7 @@ export const useCollaborativeEditor = (props: TCollaborativeEditorProps) => {
|
|||
},
|
||||
onSynced: () => setHasServerSynced(true),
|
||||
}),
|
||||
[id, realtimeConfig, serverHandler, user.id]
|
||||
[id, realtimeConfig, serverHandler, user]
|
||||
);
|
||||
|
||||
// destroy and disconnect connection on unmount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue