🎨
This commit is contained in:
parent
292d6d7876
commit
5988c76757
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ const getExportPath = (option: IExportOptions, removeAssets?: boolean, mergeSubd
|
|||
hideMessage(msgId);
|
||||
return;
|
||||
}
|
||||
afterExport(path.join(savePath, replaceLocalPath(response.data.rootTitle)) + ".docx", msgId);
|
||||
afterExport(exportResponse.data.path, msgId);
|
||||
} else {
|
||||
onExport(exportResponse, savePath, option, removeAssets, msgId);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue