Browse Source

fix: 'call' url search param not working

Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
1767b64135
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) =>