mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
💄 av
This commit is contained in:
parent
a809c4655e
commit
a0b1034019
1 changed files with 2 additions and 2 deletions
|
|
@ -377,8 +377,8 @@ export const addSelectColAndCell = (protyle: IProtyle, data: IAV, options: {
|
|||
cellData = row.cells[cellIndex];
|
||||
// 为空时 cellId 每次请求都不一致
|
||||
cellData.id = options.cellElement.dataset.id;
|
||||
if (!cellData.value) {
|
||||
cellData.value = {mSelect:[]} as IAVCellValue;
|
||||
if (!cellData.value || !cellData.value.mSelect) {
|
||||
cellData.value = {mSelect: []} as IAVCellValue;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue