diff --git a/src/frontend/src/features/rooms/livekit/hooks/useWidgetInteraction.ts b/src/frontend/src/features/rooms/livekit/hooks/useWidgetInteraction.ts index 8e44171d..19f2af07 100644 --- a/src/frontend/src/features/rooms/livekit/hooks/useWidgetInteraction.ts +++ b/src/frontend/src/features/rooms/livekit/hooks/useWidgetInteraction.ts @@ -19,7 +19,7 @@ export const useWidgetInteraction = () => { } const toggleChat = () => { - if (isParticipantsOpen) { + if (isParticipantsOpen || isEffectsOpen) { layoutStore.sidePanel = null } if (dispatch) {