mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 13:24:25 +01:00
fix(breadcrumb): tree displayed in root navigation
This commit is contained in:
parent
58e2111a8f
commit
e1611d83a3
@ -139,6 +139,8 @@ function BreadcrumbSeparatorDropdownContent({ notePath, noteContext, activeNoteP
|
||||
return (
|
||||
<ul className="breadcrumb-child-list">
|
||||
{childNotes.map((note) => {
|
||||
if (note.noteId === "_hidden") return;
|
||||
|
||||
const childNotePath = `${notePath}/${note.noteId}`;
|
||||
return <li key={note.noteId}>
|
||||
<FormListItem
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user