mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
34b44dc558
commit
83e6f5d664
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ const transformCellValue = (colType: TAVCol, value: IAVCellValue): IAVCellValue
|
|||
content: getCellValueContent(value).toString(),
|
||||
color: "1"
|
||||
}];
|
||||
if (!newValue.mSelect[0].content) {
|
||||
newValue.mSelect = [];
|
||||
}
|
||||
} else if (colType === "rollup") {
|
||||
newValue.rollup = {contents: [value]};
|
||||
} else if (colType === "checkbox") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue