This commit is contained in:
Vanessa 2024-04-16 08:55:33 +08:00
parent 3a76a1118c
commit 69371f5a72

View file

@ -593,7 +593,8 @@ export const updateCellsValue = (protyle: IProtyle, nodeElement: HTMLElement, va
doOperations.push({
action: "unbindAttrViewBlock",
id: rowID,
nextID: newId
nextID: newId,
avID,
});
rowElement.dataset.id = newId;
item.dataset.blockId = newId;