Browse Source

fix: 'call' url search param not working

Timothy J. Baek 7 months ago
parent
commit
1767b64135
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/Chat.svelte

+ 1 - 0
src/lib/components/chat/Chat.svelte

@@ -357,6 +357,7 @@
 
 
 		if ($page.url.searchParams.get('call') === 'true') {
 		if ($page.url.searchParams.get('call') === 'true') {
 			showCallOverlay.set(true);
 			showCallOverlay.set(true);
+			showControls.set(true);
 		}
 		}
 
 
 		selectedModels = selectedModels.map((modelId) =>
 		selectedModels = selectedModels.map((modelId) =>