This commit is contained in:
Liang Ding 2023-03-03 15:23:54 +08:00
parent 832f31cbb3
commit 9edcf5b6dd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -147,7 +147,7 @@ func addAttributeViewBlock(blockID, avID string, tree *parse.Tree, tx *Transacti
} }
row := av.NewRow() row := av.NewRow()
row.Cells = append(row.Cells, &av.Cell{Value: blockID}) row.Cells = append(row.Cells, &av.Cell{ID: ast.NewNodeID(), Value: blockID})
if 1 < len(attrView.Columns) { if 1 < len(attrView.Columns) {
// 将列作为属性添加到块中 // 将列作为属性添加到块中