🎨 Card view supports displaying field names https://github.com/siyuan-note/siyuan/issues/15180

This commit is contained in:
Daniel 2025-08-21 11:25:15 +08:00
parent ed4cc1faf6
commit 6270d55fa3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 5 additions and 7 deletions

View file

@ -790,8 +790,6 @@ func setAttrViewDisplayFieldName(operation *Operation) (err error) {
}
err = av.SaveAttributeView(attrView)
ReloadAttrView(operation.AvID)
return
}