Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-10-20 00:10:24 +08:00
commit a3f2da83d1
16 changed files with 18 additions and 2 deletions

View file

@ -767,7 +767,7 @@ export const exportMd = (id: string) => {
merge: localData.mergeSubdocs,
}, async response => {
const html = await onExport(response, undefined, {type: "pdf", id});
window.JSAndroid.exportPDF(html);
window.JSAndroid.print(html);
});
}
},