From 6360ec1792728d301f881c262fe3d6191c6e6429 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 19 Oct 2024 16:55:50 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=AF=BC=E5=87=BA=20pdf=20=E8=BD=AC?= =?UTF-8?q?=E5=9C=88=E6=B2=A1=E6=9C=89=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/protyle/export/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index ce15cc80e..7f31ac046 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -269,7 +269,7 @@ const renderPDF = async (id: string) => {
-
+
@@ -474,7 +474,7 @@ const renderPDF = async (id: string) => { } }); const refreshPreview = () => { - previewElement.innerHTML = '
' + previewElement.innerHTML = '
' fetchPost("/api/export/exportPreviewHTML", { id: "${id}", keepFold: keepFoldElement.checked,