mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	offset menu so you can see node placement
This commit is contained in:
		| @@ -685,7 +685,7 @@ RED.view = (function() { | ||||
|                 quickAddActive = true; | ||||
|                 RED.typeSearch.show({ | ||||
|                     x:d3.event.clientX-mainPos.left-node_width/2, | ||||
|                     y:d3.event.clientY-mainPos.top-node_height/2, | ||||
|                     y:d3.event.clientY-mainPos.top-node_height/2 + 30, | ||||
|                     filter: filter, | ||||
|                     cancel: function() { | ||||
|                         quickAddActive = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user