link module

This commit is contained in:
azivner
2017-11-04 17:07:03 -04:00
parent 819ae7c4c0
commit adc7d15819
7 changed files with 75 additions and 68 deletions

View File

@@ -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();