fix: typo inverting with/height in PIP spotlight tile
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user