mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Improve database performance https://github.com/siyuan-note/siyuan/issues/15764
This commit is contained in:
parent
e1bb9874be
commit
74826fc0ce
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ func RenderView(attrView *av.AttributeView, view *av.View, query string) (ret av
|
|||
ret = renderView(attrView, view, query, &depth, renderedAttrViews)
|
||||
|
||||
attrView.RenderedViewables[ret.GetID()] = ret
|
||||
renderedAttrViews[attrView.ID] = attrView
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue