mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
00c1f667aa
1 changed files with 5 additions and 1 deletions
|
|
@ -116,7 +116,11 @@ func renderAttributeViewGroups(viewable av.Viewable, attrView *av.AttributeView,
|
||||||
av.SaveAttributeView(attrView)
|
av.SaveAttributeView(attrView)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果存在分组的话渲染分组视图
|
// 渲染分组视图
|
||||||
|
if nil == view.Groups {
|
||||||
|
genAttrViewGroups(view, attrView)
|
||||||
|
av.SaveAttributeView(attrView)
|
||||||
|
}
|
||||||
|
|
||||||
for _, groupView := range view.Groups {
|
for _, groupView := range view.Groups {
|
||||||
groupView.Name = groupView.GetGroupValue()
|
groupView.Name = groupView.GetGroupValue()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue