mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🚨
This commit is contained in:
parent
3452521ec5
commit
0878260361
12 changed files with 79 additions and 81 deletions
|
|
@ -143,7 +143,7 @@ id="preview"></div>
|
|||
if (item.src.endsWith(".svg")) {
|
||||
fetchGet(item.src, (response: string) => {
|
||||
item.src = `data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(response)))}`;
|
||||
})
|
||||
});
|
||||
}
|
||||
});
|
||||
btnsElement[0].removeAttribute("disabled");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue