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