mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
autocomplete with prefixes
This commit is contained in:
@@ -203,7 +203,7 @@ async function showParentList(noteId, node) {
|
||||
item = $("<span/>").attr("title", "Current note").append(title);
|
||||
}
|
||||
else {
|
||||
item = linkService.createNoteLink(notePath, title);
|
||||
item = await linkService.createNoteLink(notePath, title);
|
||||
}
|
||||
|
||||
$parentListList.append($("<li/>").append(item));
|
||||
|
||||
Reference in New Issue
Block a user