Vanessa 2025-03-14 10:59:18 +08:00
parent 9a769ba356
commit f8ee97f695

View file

@ -708,6 +708,8 @@ export const updateCellsValue = (protyle: IProtyle, nodeElement: HTMLElement, va
};
if (oldValue.block.icon) {
newValue.icon = oldValue.block.icon;
} else {
delete oldValue.block.icon;
}
}
const cellValue = genCellValue(type, newValue);