This commit is contained in:
Pierre HUBERT 2023-08-31 20:36:33 +02:00
parent c6c984c34c
commit 2c0b6356b6

View File

@ -307,7 +307,7 @@ function NodeArea(p: {
}
// If the mother is the mother of all the children, while the
// father is not the father of any of the children
if (
else if (
pers2 &&
p.node.down.every(
(n) => n.member.father !== pers1.id && n.member.mother === pers2!.id