mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix Help tab search box appearance
This commit is contained in:
		| @@ -62,6 +62,7 @@ RED.sidebar.help = (function() { | ||||
|         panels.ratio(0.3); | ||||
|  | ||||
|         helpSearch = $('<input type="text" data-i18n="[placeholder]sidebar.help.search">').appendTo(toolbar).searchBox({ | ||||
|             style: "compact", | ||||
|             delay: 100, | ||||
|             change: function() { | ||||
|                 var val = $(this).val().toLowerCase(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user