mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
🎨 Support calling system printing on Android https://github.com/siyuan-note/siyuan/issues/16152
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
e7b44d8ece
commit
d9a3edb842
16 changed files with 18 additions and 2 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue