🐛 Overlay block ref on PDF annotation ref lead to failure to query unreferenced assets https://github.com/siyuan-note/siyuan/issues/8186

This commit is contained in:
Liang Ding 2023-05-06 15:23:56 +08:00
parent 9e17a2f1da
commit 9f6983cd09
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -730,7 +730,7 @@ func assetsLinkDestsInTree(tree *parse.Tree) (ret []string) {
}
if !strings.Contains(n.TextMarkFileAnnotationRefID, "/") {
return ast.WalkSkipChildren
return ast.WalkContinue
}
dest := n.TextMarkFileAnnotationRefID[:strings.LastIndexByte(n.TextMarkFileAnnotationRefID, '/')]