This commit is contained in:
parent
913f971963
commit
2bac06c83e
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ export const saveExport = (option: { type: string, id: string }) => {
|
|||
btnsElement[1].addEventListener("click", () => {
|
||||
const removeAssets = (wordDialog.element.querySelector("#removeAssets") as HTMLInputElement).checked;
|
||||
const mergeSubdocs = (wordDialog.element.querySelector("#mergeSubdocs") as HTMLInputElement).checked;
|
||||
window.siyuan.storage[Constants.LOCAL_EXPORTWORD] = {removeAssets, mergeSubdocs};
|
||||
getExportPath(option, removeAssets, mergeSubdocs);
|
||||
wordDialog.destroy();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue