Browse Source

fix: sidebar search

Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
211c41843c
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

@@ -182,7 +182,6 @@
 	const searchDebounceHandler = async () => {
 		console.log('search', search);
 		chats.set(null);
-		selectedTagName = null;
 
 		if (searchDebounceTimeout) {
 			clearTimeout(searchDebounceTimeout);