Fix focusing in freedom layout
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user