mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
fixes and right pane layout changes
This commit is contained in:
@@ -288,7 +288,7 @@ async function processSyncRows(syncRows) {
|
||||
}
|
||||
|
||||
if (targetNote) {
|
||||
targetNote.targetRelations = targetNote.targetRelations.filter(attributeId => attributeId !== attribute.value);
|
||||
targetNote.targetRelations = targetNote.targetRelations.filter(attributeId => attributeId !== attribute.attributeId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user