fix: typo inverting with/height in PIP spotlight tile

This commit is contained in:
Valere
2026-03-09 17:49:04 +01:00
parent efcde9edfe
commit 3da762ab36

View File

@@ -584,8 +584,8 @@ export const InCallView: FC<InCallViewProps> = ({
vm={layout.spotlight} vm={layout.spotlight}
expanded expanded
onToggleExpanded={null} onToggleExpanded={null}
targetWidth={gridBounds.height} targetWidth={gridBounds.width}
targetHeight={gridBounds.width} targetHeight={gridBounds.height}
showIndicators={false} showIndicators={false}
focusable={!contentObscured} focusable={!contentObscured}
aria-hidden={contentObscured} aria-hidden={contentObscured}