mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Hide tooltips when a node is deleted
This commit is contained in:
		@@ -1343,6 +1343,10 @@ RED.view = (function() {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    function deleteSelection() {
 | 
			
		||||
        if (portLabelHover) {
 | 
			
		||||
            portLabelHover.remove();
 | 
			
		||||
            portLabelHover = null;
 | 
			
		||||
        }
 | 
			
		||||
        if (moving_set.length > 0 || selected_link != null) {
 | 
			
		||||
            var result;
 | 
			
		||||
            var removedNodes = [];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user