mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
forgotten note_types
This commit is contained in:
@@ -818,7 +818,7 @@ class NoteShort {
|
||||
|
||||
const parentNote = froca.notes[parentNoteId];
|
||||
|
||||
if (!parentNote) {
|
||||
if (!parentNote || parentNote.type === 'search') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user