mirror of
https://github.com/zadam/trilium.git
synced 2025-12-18 05:14:24 +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 (
|
return (
|
||||||
<ul className="breadcrumb-child-list">
|
<ul className="breadcrumb-child-list">
|
||||||
{childNotes.map((note) => {
|
{childNotes.map((note) => {
|
||||||
|
if (note.noteId === "_hidden") return;
|
||||||
|
|
||||||
const childNotePath = `${notePath}/${note.noteId}`;
|
const childNotePath = `${notePath}/${note.noteId}`;
|
||||||
return <li key={note.noteId}>
|
return <li key={note.noteId}>
|
||||||
<FormListItem
|
<FormListItem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user