mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
autocomplete with prefixes
This commit is contained in:
@@ -40,7 +40,7 @@ async function showDialog() {
|
||||
noteLink = change.current_title;
|
||||
}
|
||||
else {
|
||||
noteLink = linkService.createNoteLink(change.noteId, change.title);
|
||||
noteLink = await linkService.createNoteLink(change.noteId, change.title);
|
||||
}
|
||||
|
||||
changesListEl.append($('<li>')
|
||||
|
||||
Reference in New Issue
Block a user