mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
Update src/room/useActiveFocus.ts
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -57,7 +57,7 @@ export function useActiveFocus(
|
||||
|
||||
if (!deepCompare(activeFocus, newActiveFocus)) {
|
||||
logger.warn(
|
||||
`got new active focus (focus switch) form: ${activeFocus} to ${newActiveFocus}`,
|
||||
`got new active focus (focus switch) from: ${activeFocus} to ${newActiveFocus}`,
|
||||
);
|
||||
setActiveFocus(newActiveFocus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user