fix incorrect syntax/typo, closes #4443

This commit is contained in:
zadam 2023-11-16 23:35:50 +01:00
parent 426a8f75aa
commit 23351298c8

View File

@ -288,7 +288,7 @@ async function loadReferenceLinkTitle($el, href = null) {
if (note) {
const icon = await getLinkIcon(noteId, viewScope.viewMode);
k
$el.prepend($("<span>").addClass(icon));
}
}