mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 22:44:06 +01:00
♻️ Improve av
This commit is contained in:
parent
5f57be269b
commit
46290706b5
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
"github.com/siyuan-note/siyuan/kernel/treenode"
|
||||
)
|
||||
|
||||
func checkViewInstance(attrView *av.AttributeView, view *av.View) {
|
||||
func checkAttrView(attrView *av.AttributeView, view *av.View) {
|
||||
// 字段删除以后需要删除设置的过滤和排序
|
||||
tmpFilters := []*av.ViewFilter{}
|
||||
for _, f := range view.Filters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue