mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
Merge remote-tracking branch 'origin/stable'
# Conflicts: # package-lock.json
This commit is contained in:
commit
4f4cbccf08
@ -790,7 +790,7 @@ class NoteShort {
|
|||||||
|
|
||||||
const parentNote = froca.notes[parentNoteId];
|
const parentNote = froca.notes[parentNoteId];
|
||||||
|
|
||||||
if (!parentNote) {
|
if (!parentNote || parentNote.type === 'search') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user