mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
8419c06646
commit
7cef0847f4
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,7 @@ export const exportMd = (id: string) => {
|
|||
click: () => {
|
||||
const localData = window.siyuan.storage[Constants.LOCAL_EXPORTPDF];
|
||||
fetchPost("/api/export/exportPreviewHTML", {
|
||||
id: "${id}",
|
||||
id,
|
||||
keepFold: localData.keepFold,
|
||||
merge: localData.mergeSubdocs,
|
||||
}, response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue