mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
link module
This commit is contained in:
@@ -23,7 +23,7 @@ const jumpToNote = (function() {
|
||||
|
||||
formEl.submit(() => {
|
||||
const val = autoCompleteEl.val();
|
||||
const noteId = getNodeIdFromLabel(val);
|
||||
const noteId = link.getNodeIdFromLabel(val);
|
||||
|
||||
if (noteId) {
|
||||
getNodeByKey(noteId).setActive();
|
||||
|
||||
Reference in New Issue
Block a user