mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
changed note selection in tree using keyboard - now only sibling nodes are selected
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user