mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
fixed jump to note
This commit is contained in:
@@ -79,7 +79,7 @@ $.ui.autocomplete.filter = (array, terms) => {
|
||||
$(document).tooltip({
|
||||
items: ".note-editable a",
|
||||
content: function(callback) {
|
||||
const noteId = link.getNoteIdFromLink($(this).attr("href"));
|
||||
const noteId = link.getNotePathFromLink($(this).attr("href"));
|
||||
|
||||
if (noteId !== null) {
|
||||
noteEditor.loadNote(noteId).then(note => callback(note.detail.note_text));
|
||||
|
||||
Reference in New Issue
Block a user