mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283
This commit is contained in:
parent
f7fea18b3b
commit
ac240d69c8
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export const saveExport = (option: IExportOptions) => {
|
|||
wordDialog.destroy();
|
||||
});
|
||||
} else {
|
||||
getExportPath(option);
|
||||
getExportPath(option, false, true);
|
||||
}
|
||||
/// #endif
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue