mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
split up autocomplete related functionality
This commit is contained in:
@@ -27,7 +27,7 @@ function createNoteLink(notePath, noteTitle) {
|
||||
if (!noteTitle) {
|
||||
const noteId = treeUtils.getNoteIdFromNotePath(notePath);
|
||||
|
||||
noteTitle = treeService.getNoteTitle(noteId);
|
||||
noteTitle = treeUtils.getNoteTitle(noteId);
|
||||
}
|
||||
|
||||
const noteLink = $("<a>", {
|
||||
|
||||
Reference in New Issue
Block a user