mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix bug
This commit is contained in:
parent
d51744ce19
commit
873953cbaf
@ -101,7 +101,7 @@ function getSomeNotePathSegments(note, hoistedNotePath = 'root') {
|
|||||||
|
|
||||||
const notePaths = note.getSortedNotePaths(hoistedNotePath);
|
const notePaths = note.getSortedNotePaths(hoistedNotePath);
|
||||||
|
|
||||||
return notePaths[0].notePath;
|
return notePaths[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
function getSomeNotePath(note, hoistedNotePath = 'root') {
|
function getSomeNotePath(note, hoistedNotePath = 'root') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user