From ac240d69c844fa69fa34474496bba56a804d52a0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 28 Nov 2024 16:05:57 +0800 Subject: [PATCH] :art: Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 --- app/src/protyle/export/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index c91c771027d..09d6be59072 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -64,7 +64,7 @@ export const saveExport = (option: IExportOptions) => { wordDialog.destroy(); }); } else { - getExportPath(option); + getExportPath(option, false, true); } /// #endif };