mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7ecde05c20
commit
a234646ced
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