[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.
pull/1806/head
Steve Ruiz 2023-08-10 14:48:30 +01:00 zatwierdzone przez GitHub
rodzic 13ef8be58d
commit eaba3c8f2a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -40,6 +40,7 @@ export function Tldraw(
components: useMemo(
() => ({
Scribble: TldrawScribble,
CollaboratorScribble: TldrawScribble,
SelectionForeground: TldrawSelectionForeground,
SelectionBackground: TldrawSelectionBackground,
Handles: TldrawHandles,