From e4694f82ebd2e916c099e5e921c0ca8445ba88a7 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 30 Aug 2026 17:45:18 -0400 Subject: [PATCH] refac --- src/lib/components/common/PDFViewer.svelte | 26 +++++++++++--------- src/lib/components/common/PptxPreview.svelte | 20 ++++++++------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/src/lib/components/common/PDFViewer.svelte b/src/lib/components/common/PDFViewer.svelte index badbb8ac58..b9d8486857 100644 --- a/src/lib/components/common/PDFViewer.svelte +++ b/src/lib/components/common/PDFViewer.svelte @@ -466,7 +466,7 @@ }); -
+
{#if loading}
@@ -477,17 +477,19 @@
{/if} -
+
diff --git a/src/lib/components/common/PptxPreview.svelte b/src/lib/components/common/PptxPreview.svelte index dc9b54d7a5..72dfa60dca 100644 --- a/src/lib/components/common/PptxPreview.svelte +++ b/src/lib/components/common/PptxPreview.svelte @@ -231,15 +231,17 @@ }); -
+