mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve av name https://github.com/siyuan-note/siyuan/issues/11481
This commit is contained in:
@@ -630,7 +630,7 @@ func getRowBlockValue(keyValues []*av.KeyValues) (ret *av.Value) {
|
||||
}
|
||||
|
||||
func getAttrViewName(attrView *av.AttributeView) string {
|
||||
ret := attrView.Name
|
||||
ret := strings.TrimSpace(attrView.Name)
|
||||
if "" == ret {
|
||||
ret = util.Langs[util.Lang][105]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user