mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve database rollup template rendering https://github.com/siyuan-note/siyuan/issues/15722
This commit is contained in:
parent
aeb478a6b8
commit
afdd605dd1
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ func RenderView(attrView *av.AttributeView, view *av.View, query string) (ret av
|
|||
|
||||
func renderView(attrView *av.AttributeView, view *av.View, query string,
|
||||
depth *int, cachedAttrViews map[string]*av.AttributeView) (ret av.Viewable) {
|
||||
if 2 < *depth {
|
||||
if 7 < *depth {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue