🎨 Attribute View number column format https://github.com/siyuan-note/siyuan/issues/8764
This commit is contained in:
parent
9a5e9f1a14
commit
3561b34c8f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
|||
}
|
||||
tableRow.ID = rowID
|
||||
|
||||
if av.KeyTypeNumber == tableCell.ValueType {
|
||||
if av.KeyTypeNumber == tableCell.ValueType && nil != tableCell.Value && nil != tableCell.Value.Number {
|
||||
tableCell.Value.Number.FormatNumber()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue