note paths widget does not show hidden path

This commit is contained in:
zadam
2021-06-06 11:13:17 +02:00
parent c886583396
commit a0de3c97a5
3 changed files with 18 additions and 4 deletions

View File

@@ -300,7 +300,8 @@ class NoteShort {
notePath: path,
isInHoistedSubTree: path.includes(hoistedNotePath),
isArchived: path.find(noteId => froca.notes[noteId].hasLabel('archived')),
isSearch: path.find(noteId => froca.notes[noteId].type === 'search')
isSearch: path.find(noteId => froca.notes[noteId].type === 'search'),
isHidden: path.includes("hidden")
}));
notePaths.sort((a, b) => {