Fix focusing in freedom layout
This commit is contained in:
parent
fc057bf988
commit
681c24a0ca
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export function InCallView({
|
||||||
if (layout === "freedom") {
|
if (layout === "freedom") {
|
||||||
return tiles.map((tile) => {
|
return tiles.map((tile) => {
|
||||||
if (tile === focusedTile) {
|
if (tile === focusedTile) {
|
||||||
return { ...tile, presenter: !tile.presenter };
|
return { ...tile, focused: !tile.focused };
|
||||||
}
|
}
|
||||||
|
|
||||||
return tile;
|
return tile;
|
||||||
|
|
Loading…
Reference in a new issue