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( /> )); })()} +
)}