🎨
This commit is contained in:
parent
3a76a1118c
commit
69371f5a72
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue