This commit is contained in:
Daniel 2025-07-06 18:10:03 +08:00
parent 41087fd483
commit d5731c9a3e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ import (
"github.com/siyuan-note/siyuan/kernel/util"
)
func RenderView(view *av.View, attrView *av.AttributeView, query string) (ret av.Viewable) {
func RenderView(attrView *av.AttributeView, view *av.View, query string) (ret av.Viewable) {
switch view.LayoutType {
case av.LayoutTypeTable:
ret = RenderAttributeViewTable(attrView, view, query)