This commit is contained in:
zadam 2021-03-08 00:09:48 +01:00
parent d51744ce19
commit 873953cbaf

View File

@ -101,7 +101,7 @@ function getSomeNotePathSegments(note, hoistedNotePath = 'root') {
const notePaths = note.getSortedNotePaths(hoistedNotePath);
return notePaths[0].notePath;
return notePaths[0];
}
function getSomeNotePath(note, hoistedNotePath = 'root') {