mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-10 05:57:07 +00:00
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}
|
||||
expanded
|
||||
onToggleExpanded={null}
|
||||
targetWidth={gridBounds.height}
|
||||
targetHeight={gridBounds.width}
|
||||
targetWidth={gridBounds.width}
|
||||
targetHeight={gridBounds.height}
|
||||
showIndicators={false}
|
||||
focusable={!contentObscured}
|
||||
aria-hidden={contentObscured}
|
||||
|
||||
Reference in New Issue
Block a user