🎨 The backlink panel no longer displays breadcrumbs of the first-level blocks https://github.com/siyuan-note/siyuan/issues/12862

This commit is contained in:
Daniel 2024-10-21 20:11:50 +08:00
parent dd256bbaec
commit df52d35efa
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 11 additions and 5 deletions

View file

@ -887,7 +887,7 @@ func getEmbeddedBlock(trees map[string]*parse.Tree, sqlBlock *sql.Block, heading
}
if breadcrumb {
blockPaths = buildBlockBreadcrumb(def, nil)
blockPaths = buildBlockBreadcrumb(def, nil, true)
}
if 1 > len(blockPaths) {
blockPaths = []*BlockPath{}