mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
Merge branch 'master' into next55
# Conflicts: # electron.js # package-lock.json # package.json # src/public/app/layouts/desktop_layout.js # src/public/app/widgets/note_tree.js # src/services/port.js
This commit is contained in:
@@ -162,7 +162,10 @@ async function loadReferenceLinkTitle(noteId, $el) {
|
||||
title = note.isDeleted ? `${note.title} (deleted)` : note.title;
|
||||
}
|
||||
|
||||
$el.addClass(note.getColorClass());
|
||||
$el.text(title);
|
||||
|
||||
$el.prepend($("<span>").addClass(note.getIcon()));
|
||||
}
|
||||
|
||||
$(document).on('click', "a", goToLink);
|
||||
|
||||
Reference in New Issue
Block a user