🎨 Attribute view support sticky layout https://github.com/siyuan-note/siyuan/pull/9617

This commit is contained in:
Daniel 2023-11-10 10:22:19 +08:00
parent 2802efdfb3
commit a1ac6fb867
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 39 additions and 0 deletions

View file

@ -582,6 +582,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
Wrap: col.Wrap,
Hidden: col.Hidden,
Width: col.Width,
Pin: col.Pin,
Calc: col.Calc,
})
}