| 
					
				 | 
			
			
				@@ -243,7 +243,7 @@ $(document).ready(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 for (const p of posterity) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (p.selected) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         if (!update.del) update.del = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        update.del.push({ lid: node.id }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        update.del.push({ lid: p.id }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if (!p.children || p.children.length === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         const posRange = settlePos.getLedgerPos(p.id); 
			 |