Fix focusing in freedom layout
This commit is contained in:
@@ -87,7 +87,7 @@ export function InCallView({
|
||||
if (layout === "freedom") {
|
||||
return tiles.map((tile) => {
|
||||
if (tile === focusedTile) {
|
||||
return { ...tile, presenter: !tile.presenter };
|
||||
return { ...tile, focused: !tile.focused };
|
||||
}
|
||||
|
||||
return tile;
|
||||
|
||||
Reference in New Issue
Block a user