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

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

@@ -49,6 +49,10 @@
 	onDestroy(() => {
 		showControls.set(false);
 	});
+
+	$: if (!chatId) {
+		showOverview.set(false);
+	}
 </script>
 
 <SvelteFlowProvider>