🎨 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
Reference in a new issue