diff --git a/src/lib/components/common/DocxPreview.svelte b/src/lib/components/common/DocxPreview.svelte index 2b1c3fabd3..dacc79fa53 100644 --- a/src/lib/components/common/DocxPreview.svelte +++ b/src/lib/components/common/DocxPreview.svelte @@ -147,7 +147,10 @@ }); -
+
{#if loading} @@ -159,14 +162,20 @@ {#if error}
{error}
{:else if fallbackHtml} -
-
+
+
{@html fallbackHtml}
{:else} -
+
{/if} @@ -221,18 +230,6 @@