mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Speed up reveal of search dialogs
This commit is contained in:
		| @@ -255,7 +255,7 @@ RED.search = (function() { | ||||
|             if (dialog === null) { | ||||
|                 createDialog(); | ||||
|             } | ||||
|             dialog.slideDown(); | ||||
|             dialog.slideDown(300); | ||||
|             RED.events.emit("search:open"); | ||||
|             visible = true; | ||||
|         } | ||||
|   | ||||
| @@ -187,7 +187,7 @@ RED.typeSearch = (function() { | ||||
|         RED.events.emit("type-search:open"); | ||||
|         //shade.show(); | ||||
|         dialog.css({left:opts.x+"px",top:opts.y+"px"}).show(); | ||||
|         searchResultsDiv.slideDown(); | ||||
|         searchResultsDiv.slideDown(300); | ||||
|         setTimeout(function() { | ||||
|             searchResultsDiv.find(".red-ui-editableList-container").scrollTop(0); | ||||
|             searchInput.focus(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user