labanzu 2 tháng trước cách đây
mục cha
commit
f4e67bf2d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/lib/components/common/FileItemModal.svelte

+ 1 - 0
src/lib/components/common/FileItemModal.svelte

@@ -20,6 +20,7 @@
 	          (item?.name && item?.name.toLowerCase().endsWith('.pdf'));
 
 	onMount(() => {
+		console.log(item);
 		if (item?.context === 'full') {
 			enableFullContent = true;
 		}