Center camera in layout when only one camera is filtered (#19319)

This commit is contained in:
Nicolas Mowen 2025-07-29 08:15:37 -06:00 committed by GitHub
parent 898d1de875
commit 4f4c8a4fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -657,7 +657,7 @@ export function RecordingView({
containerRef={mainLayoutRef} containerRef={mainLayoutRef}
/> />
</div> </div>
{isDesktop && ( {isDesktop && allCameras.length > 1 && (
<div <div
ref={previewRowRef} ref={previewRowRef}
className={cn( className={cn(