mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
tree utils as a module
This commit is contained in:
@@ -20,7 +20,7 @@ function getAutocompleteItems(noteIds) {
|
||||
const autocompleteItems = [];
|
||||
|
||||
for (const noteId of noteIds) {
|
||||
const fullName = getFullName(noteId);
|
||||
const fullName = treeUtils.getFullName(noteId);
|
||||
|
||||
if (fullName !== null) {
|
||||
autocompleteItems.push({
|
||||
|
||||
Reference in New Issue
Block a user