mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01: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