Timothy Jaeryang Baek 2 months ago
parent
commit
51691adcbc
1 changed files with 2 additions and 0 deletions
  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));
 			await chats.set(await getChatList(localStorage.token, $currentChatPage));
 			currentChatPage.set(1);
 			currentChatPage.set(1);
+
+			selectedFolder.set(null);
 		} else {
 		} else {
 			_chatId = 'local';
 			_chatId = 'local';
 			await chatId.set('local');
 			await chatId.set('local');