note paths visually distinguishes between different note paths, closes #1669

This commit is contained in:
zadam
2021-03-08 22:04:52 +01:00
parent 873953cbaf
commit 2cafda5f66
5 changed files with 113 additions and 84 deletions

View File

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