Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-07-11 19:56:27 +08:00
commit 0bf3f89b3a

View file

@ -70,7 +70,7 @@ func syncAttrViewTableColWidth(operation *Operation) (err error) {
case av.LayoutTypeTable:
for _, column := range view.Table.Columns {
if column.ID == operation.KeyID {
width = operation.Data.(string)
width = column.Width
break
}
}