mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -171,7 +171,7 @@ const processAV = (range: Range, html: string, protyle: IProtyle, blockElement:
|
||||
}
|
||||
}
|
||||
|
||||
const text = protyle.lute.BlockDOM2EscapeMarkerContent(html);
|
||||
const text = protyle.lute.BlockDOM2Content(html);
|
||||
const cellsElement: HTMLElement[] = Array.from(blockElement.querySelectorAll(".av__cell--select"));
|
||||
const rowsElement = blockElement.querySelector(".av__row--select");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user