mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
🚨
This commit is contained in:
parent
1f391d7f50
commit
b542a80f56
8 changed files with 13 additions and 14 deletions
|
|
@ -58,8 +58,8 @@ export const exportImage = (id: string) => {
|
|||
}
|
||||
});
|
||||
previewElement.querySelectorAll(".li > .protyle-action > svg").forEach(item => {
|
||||
const id = item.firstElementChild.getAttribute("xlink:href")
|
||||
const symbolElements = document.querySelectorAll(id)
|
||||
const id = item.firstElementChild.getAttribute("xlink:href");
|
||||
const symbolElements = document.querySelectorAll(id);
|
||||
let viewBox = "0 0 32 32";
|
||||
if (id === "#iconDot") {
|
||||
viewBox = "0 0 20 20";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue