mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 11:44:23 +01: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