link map fixes

This commit is contained in:
zadam
2019-08-27 22:47:10 +02:00
parent a4acbf3aea
commit ff1d312a43
5 changed files with 22 additions and 37 deletions

View File

@@ -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) {