mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
renaming note_tree to branch
This commit is contained in:
@@ -17,7 +17,7 @@ const jumpToNote = (function() {
|
||||
});
|
||||
|
||||
await $autoComplete.autocomplete({
|
||||
source: await stopWatch("building autocomplete", noteTree.getAutocompleteItems),
|
||||
source: await stopWatch("building autocomplete", treeService.getAutocompleteItems),
|
||||
minLength: 0
|
||||
});
|
||||
}
|
||||
@@ -31,7 +31,7 @@ const jumpToNote = (function() {
|
||||
const notePath = getSelectedNotePath();
|
||||
|
||||
if (notePath) {
|
||||
noteTree.activateNode(notePath);
|
||||
treeService.activateNode(notePath);
|
||||
|
||||
$dialog.dialog('close');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user