mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 17:56:09 +01:00
🎨 Attribute View columns calculate https://github.com/siyuan-note/siyuan/issues/8699
This commit is contained in:
parent
9354ba8bd6
commit
b785291aac
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ func (table *Table) CalcCols() {
|
|||
}
|
||||
|
||||
switch col.Type {
|
||||
case KeyTypeText:
|
||||
case KeyTypeText, KeyTypeBlock:
|
||||
table.calcColText(col, i)
|
||||
case KeyTypeNumber:
|
||||
table.calcColNumber(col, i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue