mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 07:48:49 +01:00
This commit is contained in:
parent
9a769ba356
commit
f8ee97f695
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue