mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix incorrect syntax/typo, closes #4443
This commit is contained in:
parent
426a8f75aa
commit
23351298c8
@ -288,7 +288,7 @@ async function loadReferenceLinkTitle($el, href = null) {
|
|||||||
|
|
||||||
if (note) {
|
if (note) {
|
||||||
const icon = await getLinkIcon(noteId, viewScope.viewMode);
|
const icon = await getLinkIcon(noteId, viewScope.viewMode);
|
||||||
k
|
|
||||||
$el.prepend($("<span>").addClass(icon));
|
$el.prepend($("<span>").addClass(icon));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user