fixed jump to note

This commit is contained in:
azivner
2017-11-19 20:36:13 -05:00
parent 658f4872af
commit c8aaf6085d
6 changed files with 39 additions and 25 deletions

View File

@@ -468,7 +468,7 @@ const noteTree = (function() {
const childTitlePath = (titlePath ? (titlePath + ' / ') : '') + getNoteTitle(childNoteId);
autocompleteItems.push({
value: childNotePath,
value: childTitlePath + ' (' + childNotePath + ')',
label: childTitlePath
});