Fix bug
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user