mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fixed jump to note
This commit is contained in:
@@ -468,7 +468,7 @@ const noteTree = (function() {
|
||||
const childTitlePath = (titlePath ? (titlePath + ' / ') : '') + getNoteTitle(childNoteId);
|
||||
|
||||
autocompleteItems.push({
|
||||
value: childNotePath,
|
||||
value: childTitlePath + ' (' + childNotePath + ')',
|
||||
label: childTitlePath
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user