mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
linking attachments finished
This commit is contained in:
@@ -457,7 +457,7 @@ export default class AttributeEditorWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
async loadReferenceLinkTitle($el) {
|
||||
const {noteId} = linkService.parseNavigationStateFromUrl($el.attr("href"));
|
||||
const {noteId} = linkService.parseNavigationStateFromUrl($el.find("a").attr("href"));
|
||||
const note = await froca.getNote(noteId, true);
|
||||
|
||||
let title;
|
||||
|
||||
Reference in New Issue
Block a user