mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fixes and right pane layout changes
This commit is contained in:
@@ -105,8 +105,8 @@ class TreeCache {
|
||||
const targetNote = this.notes[attributeRow.value];
|
||||
|
||||
if (targetNote) {
|
||||
if (!note.targetRelations.includes(attributeId)) {
|
||||
note.targetRelations.push(attributeId);
|
||||
if (!targetNote.targetRelations.includes(attributeId)) {
|
||||
targetNote.targetRelations.push(attributeId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user