mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 04:18:48 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0bf3f89b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue