mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
typos
This commit is contained in:
@@ -111,7 +111,7 @@ async function resolveNotePathToSegments(notePath, hoistedNoteId = 'root', logEr
|
||||
throw new Error(`Did not find any path segments for '${note.toString()}', hoisted note '${hoistedNoteId}'`);
|
||||
}
|
||||
|
||||
// if there isn't actually any note path with hoisted note then return the original resolved note path
|
||||
// if there isn't actually any note path with hoisted note, then return the original resolved note path
|
||||
return bestNotePath.includes(hoistedNoteId) ? bestNotePath : effectivePathSegments;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user