This commit is contained in:
Daniel 2025-08-02 18:07:06 +08:00
parent 95a5b46800
commit f1bf15146a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1116,17 +1116,6 @@ func SearchAttributeView(keyword string, excludeAvIDs []string) (ret []*SearchAt
continue
}
exist := false
for _, result := range ret {
if result.AvID == avID {
exist = true
break
}
}
if exist {
continue
}
var hPath string
baseBlock := treenode.GetBlockTreeRootByPath(node.Box, node.Path)
if nil != baseBlock {