small search refactorings

This commit is contained in:
zadam
2023-02-28 23:23:17 +01:00
parent ee2953a5e1
commit f883fde74a
6 changed files with 30 additions and 23 deletions

View File

@@ -58,7 +58,7 @@ async function resolveNotePathToSegments(notePath, hoistedNoteId = 'root', logEr
return;
}
child.resortParents();
child.sortParents();
const parents = child.getParentNotes();