[fix] Collaborator scribble on tldraw (#1804)
This PR fixes the collaborator scribble in the laser pointer, etc. ### Change Type - [x] `patch` — Bug fix ### Test Plan 1. In a multiplayer room, have a peer use the laser tool or eraser tool.
This commit is contained in:
parent
13ef8be58d
commit
eaba3c8f2a
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ export function Tldraw(
|
|||
components: useMemo(
|
||||
() => ({
|
||||
Scribble: TldrawScribble,
|
||||
CollaboratorScribble: TldrawScribble,
|
||||
SelectionForeground: TldrawSelectionForeground,
|
||||
SelectionBackground: TldrawSelectionBackground,
|
||||
Handles: TldrawHandles,
|
||||
|
|
Loading…
Reference in a new issue