mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
consolidate & align collaboration socket eventing with server
This commit is contained in:
@@ -116,7 +116,7 @@ export function RoomDialog({
|
||||
onRoomDestroy,
|
||||
}: {
|
||||
isCollaborating: AppState["isCollaborating"];
|
||||
collaboratorCount: AppState["collaboratorCount"];
|
||||
collaboratorCount: number;
|
||||
onRoomCreate: () => void;
|
||||
onRoomDestroy: () => void;
|
||||
}) {
|
||||
|
Reference in New Issue
Block a user