mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 08:16:10 +01:00
This commit is contained in:
parent
0c7e5e8667
commit
6fc62d12ee
6 changed files with 14 additions and 14 deletions
|
|
@ -162,11 +162,11 @@ export const exportConfig = {
|
|||
properties: ["showOverwriteConfirmation"],
|
||||
}).then((result: SaveDialogReturnValue) => {
|
||||
if (!result.canceled) {
|
||||
const id = showMessage(window.siyuan.languages.exporting, -1);
|
||||
const msgId = showMessage(window.siyuan.languages.exporting, -1);
|
||||
fetchPost("/api/export/exportDataInFolder", {
|
||||
folder: result.filePath
|
||||
}, () => {
|
||||
afterExport(result.filePath, id);
|
||||
afterExport(result.filePath, msgId);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue