Timothy J. Baek 7 tháng trước cách đây
mục cha
commit
90ef9f751a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/lib/components/workspace/Knowledge/Collection.svelte

+ 2 - 0
src/lib/components/workspace/Knowledge/Collection.svelte

@@ -56,6 +56,8 @@
 			file.data = file.data ?? { content: '' };
 			selectedFile = file;
 		}
+	} else {
+		selectedFile = null;
 	}
 
 	let debounceTimeout = null;