Timothy J. Baek 7 달 전
부모
커밋
dc6e68bd60
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      src/lib/components/layout/Sidebar.svelte

+ 8 - 1
src/lib/components/layout/Sidebar.svelte

@@ -14,7 +14,10 @@
 		pinnedChats,
 		scrollPaginationEnabled,
 		currentChatPage,
-		temporaryChatEnabled
+		temporaryChatEnabled,
+		showArtifacts,
+		showOverview,
+		showControls
 	} from '$lib/stores';
 	import { onMount, getContext, tick } from 'svelte';
 
@@ -291,6 +294,10 @@
 						if ($mobile) {
 							showSidebar.set(false);
 						}
+
+						showControls.set(false);
+						showArtifacts.set(false);
+						showOverview.set(false);
 					}, 0);
 				}}
 			>