diff --git a/src/lib/components/layout/Navbar/Menu.svelte b/src/lib/components/layout/Navbar/Menu.svelte index 3e81da662..cf3262231 100644 --- a/src/lib/components/layout/Navbar/Menu.svelte +++ b/src/lib/components/layout/Navbar/Menu.svelte @@ -137,6 +137,8 @@ id="chat-controls-button" on:click={async () => { await showControls.set(true); + await showOverview.set(false); + await showArtifacts.set(false); }} > @@ -150,6 +152,7 @@ on:click={async () => { await showControls.set(true); await showOverview.set(true); + await showArtifacts.set(false); }} > @@ -162,6 +165,7 @@ on:click={async () => { await showControls.set(true); await showArtifacts.set(true); + await showOverview.set(false); }} >