visgraph: fix logic error with relationship direction

This commit is contained in:
2021-11-03 15:43:44 +01:00
parent e7900b8b21
commit 58f7715643
2 changed files with 7 additions and 8 deletions

View File

@@ -295,7 +295,7 @@ const store = createStore({
color: 'lightblue',
font: { color: '#33839d' },
dashes: true, //physics: false,
label: getRelationshipLabel(r, false),
label: getRelationshipLabel(r),
title: getRelationshipTitle(r),
})
for (let person of [r.fromPerson, r.toPerson]) {