mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
This commit is contained in:
parent
832f31cbb3
commit
9edcf5b6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
// 将列作为属性添加到块中
|
// 将列作为属性添加到块中
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue