mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
💚
This commit is contained in:
parent
3ab32327f3
commit
90516de22e
9 changed files with 23 additions and 9 deletions
|
|
@ -80,7 +80,7 @@ export const exportImage = (id: string) => {
|
|||
foldElement.addEventListener("change", () => {
|
||||
btnsElement[0].setAttribute("disabled", "disabled");
|
||||
btnsElement[1].setAttribute("disabled", "disabled");
|
||||
btnsElement[1].parentElement.insertAdjacentHTML("afterend", "<div class=\"fn__loading\"><img height=\"128px\" width=\"128px\" src=\"stage/loading-pure.svg\"></div>");
|
||||
btnsElement[1].parentElement.insertAdjacentHTML("afterend", '<div class="fn__loading"><img height="128px" width="128px" src="stage/loading-pure.svg"></div>');
|
||||
window.siyuan.storage[Constants.LOCAL_EXPORTIMG].keepFold = foldElement.checked;
|
||||
fetchPost("/api/export/exportPreviewHTML", {
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue