Skip to content

Commit f4e67bf

Browse files
committed
update
1 parent a3d3ca2 commit f4e67bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/common/FileItemModal.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
(item?.name && item?.name.toLowerCase().endsWith('.pdf'));
2121
2222
onMount(() => {
23+
console.log(item);
2324
if (item?.context === 'full') {
2425
enableFullContent = true;
2526
}

0 commit comments

Comments
 (0)