Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
5867ebb1ee
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/lib/components/layout/Sidebar.svelte

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

@@ -111,7 +111,6 @@
 
 		if (search === '') {
 			await initChatList();
-			allChatsLoaded = false;
 			return;
 		} else {
 			searchDebounceTimeout = setTimeout(async () => {