mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
small search refactorings
This commit is contained in:
@@ -58,7 +58,7 @@ async function resolveNotePathToSegments(notePath, hoistedNoteId = 'root', logEr
|
||||
return;
|
||||
}
|
||||
|
||||
child.resortParents();
|
||||
child.sortParents();
|
||||
|
||||
const parents = child.getParentNotes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user