linking attachments finished

This commit is contained in:
zadam
2023-05-29 10:21:34 +02:00
parent 0aa119af2c
commit 9d52f80c2f
5 changed files with 78 additions and 65 deletions

View File

@@ -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;