This commit is contained in:
parent
97cbf7c320
commit
64e556a508
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue