🎨 New a row in the database no longer require to create a relevant doc https://github.com/siyuan-note/siyuan/issues/9294

This commit is contained in:
Daniel 2023-09-27 23:26:56 +08:00
parent a5cefa369b
commit a25e3b7bcf
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -925,16 +925,6 @@ func UpdateAttributeViewCell(avID, keyID, rowID, cellID string, valueData interf
break break
} }
tree, err := loadTreeByBlockID(val.BlockID)
if nil != err {
return
}
node := treenode.GetNodeInTree(tree, val.BlockID)
if nil == node {
return
}
data, err := gulu.JSON.MarshalJSON(valueData) data, err := gulu.JSON.MarshalJSON(valueData)
if nil != err { if nil != err {
return return