mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -45,6 +45,7 @@ export const exportImage = (id: string) => {
|
||||
fetchPost("/api/export/exportPreviewHTML", {
|
||||
id,
|
||||
keepFold: false,
|
||||
image: true,
|
||||
}, (response) => {
|
||||
const previewElement = exportDialog.element.querySelector("#preview");
|
||||
previewElement.innerHTML = response.data.content;
|
||||
|
||||
Reference in New Issue
Block a user