🎨 属性视图持久化数据文件 https://github.com/siyuan-note/siyuan/issues/7545
This commit is contained in:
parent
1783a29951
commit
504032f285
1 changed files with 2 additions and 0 deletions
|
@ -53,5 +53,7 @@ func AddBlockToAttributeView(blockID, avID string) (err error) {
|
|||
}
|
||||
|
||||
attrView.Rows = append(attrView.Rows, row)
|
||||
|
||||
err = av.SaveAttributeView(attrView)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue