Daniel 2024-05-22 10:25:24 +08:00
parent 97cbf7c320
commit 64e556a508
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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");