potential bugfix for the right click hiding
This commit is contained in:
		
							parent
							
								
									8ae4fdbf80
								
							
						
					
					
						commit
						b985f1e5f0
					
				@ -1331,6 +1331,7 @@ class GraphManager {
 | 
				
			|||||||
            timestamp: Date.now()
 | 
					            timestamp: Date.now()
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
 | 
					        const updates = nodesToHide.map(id => ({ id: id, hidden: true }));
 | 
				
			||||||
        this.nodes.update(updates);
 | 
					        this.nodes.update(updates);
 | 
				
			||||||
        this.addToHistory('hide', historyData);
 | 
					        this.addToHistory('hide', historyData);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user