diff --git a/front/js/svelte/files/Preview.svelte b/front/js/svelte/files/Preview.svelte index c6ff9d2..63bbb41 100644 --- a/front/js/svelte/files/Preview.svelte +++ b/front/js/svelte/files/Preview.svelte @@ -10,6 +10,8 @@ let imageSide; let fileSide; let fontSize; + + console.log({ channel }); if (size == "large") { imageSide = 256; fileSide = 32; diff --git a/front/js/svelte/records/FilePreview.svelte b/front/js/svelte/records/FilePreview.svelte index 259cb72..dd83238 100644 --- a/front/js/svelte/records/FilePreview.svelte +++ b/front/js/svelte/records/FilePreview.svelte @@ -1,7 +1,7 @@