mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av grouping https://github.com/siyuan-note/siyuan/issues/15426
This commit is contained in:
parent
8d593833ab
commit
d3ec7aa4bb
1 changed files with 2 additions and 0 deletions
|
@ -509,6 +509,8 @@ func ChangeAttrViewLayout(blockID, avID string, layout av.LayoutType) (err error
|
|||
}
|
||||
}
|
||||
|
||||
regenAttrViewViewGroups(attrView, "force")
|
||||
|
||||
if err = av.SaveAttributeView(attrView); nil != err {
|
||||
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue