mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15522
This commit is contained in:
parent
d47417a903
commit
ffafbae979
1 changed files with 1 additions and 1 deletions
|
|
@ -3394,7 +3394,7 @@ func exportRefTrees(tree *parse.Tree, defBlockIDs *[]string, retTrees, treeCache
|
|||
continue
|
||||
}
|
||||
|
||||
defBlock := treenode.GetBlockTree(val.BlockID)
|
||||
defBlock := treenode.GetBlockTree(val.Block.ID)
|
||||
if nil == defBlock {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue