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}
expanded
onToggleExpanded={null}
targetWidth={gridBounds.height}
targetHeight={gridBounds.width}
targetWidth={gridBounds.width}
targetHeight={gridBounds.height}
showIndicators={false}
focusable={!contentObscured}
aria-hidden={contentObscured}