Skip to content

Commit

Permalink
🎨 Improve exporting block ref #13283
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Nov 28, 2024
1 parent f7fea18 commit ac240d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/export/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const saveExport = (option: IExportOptions) => {
wordDialog.destroy();
});
} else {
getExportPath(option);
getExportPath(option, false, true);
}
/// #endif
};
Expand Down

0 comments on commit ac240d6

Please sign in to comment.