This commit is contained in:
Daniel 2025-08-10 10:04:14 +08:00
parent f05a8b5d4e
commit 2415c7a81c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3390,6 +3390,10 @@ func exportRefTrees(tree *parse.Tree, defBlockIDs *[]string, retTrees, treeCache
}
for _, val := range blockKeyValues.Values {
if val.IsDetached {
continue
}
defBlock := treenode.GetBlockTree(val.BlockID)
if nil == defBlock {
continue