From 9affd248f3dedc58727d30d7c332aed8e25fbc6d Mon Sep 17 00:00:00 2001 From: Tom Wopat Date: Tue, 23 Sep 2025 23:50:05 -0400 Subject: [PATCH] feat: allow pointer lock when no video --- ui/src/components/WebRTCVideo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/WebRTCVideo.tsx b/ui/src/components/WebRTCVideo.tsx index 64452bf8..489abddf 100644 --- a/ui/src/components/WebRTCVideo.tsx +++ b/ui/src/components/WebRTCVideo.tsx @@ -542,7 +542,7 @@ export default function WebRTCVideo() { style={{ animationDuration: "500ms" }} className="animate-slideUpFade pointer-events-none absolute inset-0 flex items-center justify-center" > -
+