Timothy J. Baek 7 months ago
parent
commit
6d2eaaf602
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/lib/components/chat/ChatControls.svelte

+ 6 - 0
src/lib/components/chat/ChatControls.svelte

@@ -85,7 +85,13 @@
 	});
 
 	$: if (!chatId) {
+		showControls.set(false);
 		showOverview.set(false);
+		showArtifacts.set(false);
+
+		if ($showCallOverlay) {
+			showCallOverlay.set(false);
+		}
 	}
 </script>