mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #3785 from node-red/ts-pos
Ensure quick-add dialog does not obscure ghost node when shifted
This commit is contained in:
		| @@ -269,8 +269,8 @@ RED.typeSearch = (function() { | ||||
|         moveCallback = opts.move; | ||||
|         RED.events.emit("type-search:open"); | ||||
|         //shade.show(); | ||||
|         if ($("#red-ui-main-container").height() - opts.y - 150 < 0) { | ||||
|             opts.y = opts.y - 235; | ||||
|         if ($("#red-ui-main-container").height() - opts.y - 195 < 0) { | ||||
|             opts.y = opts.y - 275; | ||||
|         } | ||||
|         dialog.css({left:opts.x+"px",top:opts.y+"px"}).show(); | ||||
|         searchResultsDiv.slideDown(300); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user