mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
include icon into reference links
This commit is contained in:
@@ -163,6 +163,8 @@ async function loadReferenceLinkTitle(noteId, $el) {
|
||||
}
|
||||
|
||||
$el.text(title);
|
||||
|
||||
$el.prepend($("<span>").addClass(note.getIcon()));
|
||||
}
|
||||
|
||||
$(document).on('click', "a", goToLink);
|
||||
|
||||
Reference in New Issue
Block a user