mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🐛 export msg
This commit is contained in:
parent
23ad748535
commit
432fe6be1e
5 changed files with 23 additions and 20 deletions
|
|
@ -166,8 +166,7 @@ export const exportConfig = {
|
|||
fetchPost("/api/export/exportDataInFolder", {
|
||||
folder: result.filePath
|
||||
}, () => {
|
||||
hideMessage(id);
|
||||
afterExport(result.filePath);
|
||||
afterExport(result.filePath, id);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue