Fix bug
This commit is contained in:
parent
c6c984c34c
commit
2c0b6356b6
@ -307,7 +307,7 @@ function NodeArea(p: {
|
|||||||
}
|
}
|
||||||
// If the mother is the mother of all the children, while the
|
// If the mother is the mother of all the children, while the
|
||||||
// father is not the father of any of the children
|
// father is not the father of any of the children
|
||||||
if (
|
else if (
|
||||||
pers2 &&
|
pers2 &&
|
||||||
p.node.down.every(
|
p.node.down.every(
|
||||||
(n) => n.member.father !== pers1.id && n.member.mother === pers2!.id
|
(n) => n.member.father !== pers1.id && n.member.mother === pers2!.id
|
||||||
|
Loading…
Reference in New Issue
Block a user