mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
d9a3d2b150
commit
a717029b84
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ export const genCellValue = (colType: TAVCol, value: string | any) => {
|
|||
}
|
||||
}
|
||||
if (colType === "block") {
|
||||
if (typeof value === "object" && value.id) {
|
||||
if (typeof value === "object" && value && value.id) {
|
||||
cellValue.isDetached = false;
|
||||
} else {
|
||||
cellValue.isDetached = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue