This commit is contained in:
Daniel 2023-07-16 00:25:03 +08:00
parent 9354ba8bd6
commit b785291aac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)