mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 09:18:49 +01:00
🎨 Improve pasting in av cell
This commit is contained in:
parent
904a0dd587
commit
80dffbc508
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import {updateAVName} from "../render/av/action";
|
|||
import {updateCellsValue} from "../render/av/cell";
|
||||
|
||||
const processAV = (range: Range, html: string, protyle: IProtyle, blockElement: Element) => {
|
||||
const text = protyle.lute.BlockDOM2StdMd(html);
|
||||
const text = protyle.lute.BlockDOM2EscapeMarkerContent(html);
|
||||
const cellsElement: HTMLElement[] = Array.from(blockElement.querySelectorAll(".av__cell--select"));
|
||||
const rowsElement = blockElement.querySelector(".av__row--select");
|
||||
if (rowsElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue