mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 Database table view supports synchronizing column width to other table views https://github.com/siyuan-note/siyuan/issues/11022
This commit is contained in:
parent
0e8931ff12
commit
f8c0778e1e
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