From b80eff4aea70d2e19baa2bdf8ef49523c96df846 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:33:33 +1000 Subject: [PATCH] Match annotation preview layer to camera transform --- src/components/video-editor/VideoPlayback.tsx | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/components/video-editor/VideoPlayback.tsx b/src/components/video-editor/VideoPlayback.tsx index 581378d0..9e3a2228 100644 --- a/src/components/video-editor/VideoPlayback.tsx +++ b/src/components/video-editor/VideoPlayback.tsx @@ -3363,27 +3363,27 @@ const VideoPlayback = forwardRef( ) : null}
+
{(() => { const filtered = (annotationRegions || []).filter((annotation) => { if ( @@ -3458,6 +3458,7 @@ const VideoPlayback = forwardRef( /> )); })()} +
)}