Timothy Jaeryang Baek 3 月之前
父节点
当前提交
51691adcbc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/lib/components/chat/Chat.svelte

+ 2 - 0
src/lib/components/chat/Chat.svelte

@@ -2004,6 +2004,8 @@
 
 			await chats.set(await getChatList(localStorage.token, $currentChatPage));
 			currentChatPage.set(1);
+
+			selectedFolder.set(null);
 		} else {
 			_chatId = 'local';
 			await chatId.set('local');