mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
link map fixes
This commit is contained in:
@@ -280,7 +280,7 @@ async function saveLinks(note, content) {
|
||||
noteId: note.noteId,
|
||||
type: 'relation',
|
||||
name: foundLink.name,
|
||||
value: foundLink.targetNoteId,
|
||||
value: foundLink.value,
|
||||
}).save();
|
||||
}
|
||||
else if (existingLink.isDeleted) {
|
||||
|
||||
Reference in New Issue
Block a user