mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Ensure junction appears when filtering quick-add list
This commit is contained in:
		| @@ -362,6 +362,7 @@ RED.typeSearch = (function() { | ||||
|                 items.push({type:t,def: def, label:getTypeLabel(t,def)}); | ||||
|             } | ||||
|         }); | ||||
|         items.push({ type: 'junction', def: { inputs:1, outputs: 1, label: 'junction', type: 'junction'}, label: 'junction' }) | ||||
|         items.sort(sortTypeLabels); | ||||
|  | ||||
|         var commonCount = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user