mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
🎨 Improve database block text in breadcrumbs https://github.com/siyuan-note/siyuan/issues/10891
This commit is contained in:
parent
4f6a2e750f
commit
1d2516afb9
3 changed files with 3 additions and 24 deletions
|
|
@ -365,7 +365,7 @@ func buildBlockBreadcrumb(node *ast.Node, excludeTypes []string) (ret []*BlockPa
|
|||
if ast.NodeDocument == parent.Type {
|
||||
name = box.Name + hPath
|
||||
} else if ast.NodeAttributeView == parent.Type {
|
||||
name = treenode.GetAttributeViewName(parent.AttributeViewID)
|
||||
name, _ = av.GetAttributeViewName(parent.AttributeViewID)
|
||||
} else {
|
||||
if "" == name {
|
||||
if ast.NodeListItem == parent.Type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue