From 1767b64135204a1865086eaea5fdd860a1e23c83 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 25 Sep 2024 01:02:48 +0200 Subject: [PATCH] fix: 'call' url search param not working --- src/lib/components/chat/Chat.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index b6e2210a4..df1328d50 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -357,6 +357,7 @@ if ($page.url.searchParams.get('call') === 'true') { showCallOverlay.set(true); + showControls.set(true); } selectedModels = selectedModels.map((modelId) =>