Center camera in layout when only one camera is filtered

This commit is contained in:
Nicolas Mowen 2025-07-29 07:13:52 -06:00
parent 898d1de875
commit 63384c0921

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(