From 8a4d434e54357caf34babf81c0e571062f1f52f1 Mon Sep 17 00:00:00 2001 From: Saugat Malla Date: Tue, 5 May 2026 19:57:13 -0400 Subject: [PATCH 1/3] fix: disable tabbing focus --- src/lib/components/autoplay-video.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/autoplay-video.tsx b/src/lib/components/autoplay-video.tsx index 01a40f2..c8b9f87 100644 --- a/src/lib/components/autoplay-video.tsx +++ b/src/lib/components/autoplay-video.tsx @@ -105,6 +105,7 @@ export function AutoplayVideo({

)}