From c11f20c62712d7e9dc4feec29d626f6f98a58654 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:04:37 -0400 Subject: [PATCH] Updated Liveblocks Config --- liveblocks.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/liveblocks.config.ts b/liveblocks.config.ts index 28db2e0..e8684f1 100644 --- a/liveblocks.config.ts +++ b/liveblocks.config.ts @@ -4,8 +4,7 @@ declare global { interface Liveblocks { // Each user's Presence, for useMyPresence, useOthers, etc. Presence: { - // Example, real-time cursor coordinates - // cursor: { x: number; y: number }; + cursor: { x: number; y: number } | null; }; // The Storage tree for the room, for useMutation, useStorage, etc.