mirror of https://github.com/node-red/node-red.git
Ensure junction appears when filtering quick-add list
parent
2478a7194e
commit
e1712073c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue