From c5e83464bac80e999e8f2703fbb282de03825348 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Fri, 21 Nov 2025 13:22:12 -0300 Subject: [PATCH] fix: correct component declaration in ChatWindow for call handling - Updated the ChatWindow component to ensure proper declaration of the CallWindowComponent, enhancing the functionality of audio/video calls. - This change resolves an issue with the component rendering logic during active calls. --- apps/web/src/lib/components/chat/ChatWindow.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/lib/components/chat/ChatWindow.svelte b/apps/web/src/lib/components/chat/ChatWindow.svelte index 94cf83c..3b6722c 100644 --- a/apps/web/src/lib/components/chat/ChatWindow.svelte +++ b/apps/web/src/lib/components/chat/ChatWindow.svelte @@ -502,8 +502,8 @@ {#if browser && chamadaAtiva && chamadaAtual && CallWindowComponent} + {@const Component = CallWindowComponent}
- {@const Component = CallWindowComponent} }