mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
note paths visually distinguishes between different note paths, closes #1669
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user