diff --git a/src/utils/note.ts b/src/utils/note.ts index 421e3f8..4ca128e 100644 --- a/src/utils/note.ts +++ b/src/utils/note.ts @@ -248,7 +248,7 @@ async function renderNoteHTML( node.style.width = `${node.getAttribute("width")}px`; } if (node.hasAttribute("height")) { - node.style.width = `${node.getAttribute("height")}px`; + node.style.height = `${node.getAttribute("height")}px`; } }); } catch (e) {