mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
🚨
This commit is contained in:
parent
4b56408095
commit
7cff7ce704
9 changed files with 21 additions and 22 deletions
|
|
@ -31,7 +31,7 @@ export const genRenderFrame = (renderElement: Element) => {
|
|||
} else if (type==="NodeMathBlock") {
|
||||
renderElement.firstElementChild.innerHTML = `<span></span><span class="protyle-cursor">${Constants.ZWSP}</span>`;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const processClonePHElement = (item: Element) => {
|
||||
if (item.getAttribute("data-type") === "NodeHTMLBlock") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue