Przeglądaj źródła

fix: 'call' url search param not working

Timothy J. Baek 7 miesięcy temu
rodzic
commit
1767b64135
1 zmienionych plików z 1 dodań i 0 usunięć
  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') {
 			showCallOverlay.set(true);
+			showControls.set(true);
 		}
 
 		selectedModels = selectedModels.map((modelId) =>