changed note selection in tree using keyboard - now only sibling nodes are selected

This commit is contained in:
zadam
2019-11-24 22:01:10 +01:00
parent 6bbd4c59bc
commit 1e979d71c7
4 changed files with 35 additions and 22 deletions

View File

@@ -264,7 +264,6 @@ async function saveLinks(note, content) {
if (note.type === 'text') {
content = findImageLinks(content, foundLinks);
content = findInternalLinks(content, foundLinks);
content = findExternalLinks(content, foundLinks);
}
else if (note.type === 'relation-map') {
findRelationMapLinks(content, foundLinks);