mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-05-05 09:59:17 -05:00
🎨 Improve database rollup template rendering https://github.com/siyuan-note/siyuan/issues/15722
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user