mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00: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: () => {
|
click: () => {
|
||||||
const localData = window.siyuan.storage[Constants.LOCAL_EXPORTPDF];
|
const localData = window.siyuan.storage[Constants.LOCAL_EXPORTPDF];
|
||||||
fetchPost("/api/export/exportPreviewHTML", {
|
fetchPost("/api/export/exportPreviewHTML", {
|
||||||
id: "${id}",
|
id,
|
||||||
keepFold: localData.keepFold,
|
keepFold: localData.keepFold,
|
||||||
merge: localData.mergeSubdocs,
|
merge: localData.mergeSubdocs,
|
||||||
}, response => {
|
}, response => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue