🎨 Database table view supports synchronizing column width to other table views https://github.com/siyuan-note/siyuan/issues/11022

This commit is contained in:
Daniel 2025-07-12 10:22:35 +08:00
parent 9f7352fb6f
commit bf0799ca0f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -78,10 +78,6 @@ func syncAttrViewTableColWidth(operation *Operation) (err error) {
return
}
if "" == width {
return
}
for _, v := range attrView.Views {
if av.LayoutTypeTable == v.LayoutType {
for _, column := range v.Table.Columns {