mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
small fixes
This commit is contained in:
@@ -89,6 +89,15 @@ export default class LinkMap {
|
||||
.prop("id", noteBoxId);
|
||||
|
||||
linkService.createNoteLink(noteId, note.title).then($link => {
|
||||
$link.click(e => {
|
||||
try {
|
||||
$link.tooltip('dispose');
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
linkService.goToLink(e);
|
||||
});
|
||||
|
||||
$noteBox.append($("<span>").addClass("title").append($link));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user