mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
consistently use root/ prefix for note paths
This commit is contained in:
@@ -192,6 +192,7 @@ function getNoteTitleForPath(path) {
|
||||
|
||||
function getSomePath(noteId, path) {
|
||||
if (noteId === 'root') {
|
||||
path.push(noteId);
|
||||
path.reverse();
|
||||
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user