🎨 Improve database rollup template rendering https://github.com/siyuan-note/siyuan/issues/15722

This commit is contained in:
Daniel 2025-09-01 17:10:36 +08:00
parent aeb478a6b8
commit afdd605dd1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}