mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🐛 Improve av https://github.com/siyuan-note/siyuan/issues/15511
This commit is contained in:
parent
f05a8b5d4e
commit
2415c7a81c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue