mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -156,7 +156,7 @@ class NoteListRenderer {
|
||||
this.parentNote = parentNote;
|
||||
const includedNoteIds = this.getIncludedNoteIds();
|
||||
|
||||
this.noteIds = noteIds.filter(noteId => !includedNoteIds.has(noteId) && noteId !== 'hidden');
|
||||
this.noteIds = noteIds.filter(noteId => !includedNoteIds.has(noteId) && noteId !== '_hidden');
|
||||
|
||||
if (this.noteIds.length === 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user