mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +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
9f7352fb6f
commit
bf0799ca0f
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue