mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Reorder Debug/Inject nodes in quick-add dialog
This commit is contained in:
parent
e45cb7fac1
commit
0a41b07297
@ -231,7 +231,7 @@ RED.typeSearch = (function() {
|
||||
searchInput.searchBox('value','');
|
||||
selected = -1;
|
||||
var common = [
|
||||
'debug','inject','function','change','switch'
|
||||
'inject','debug','function','change','switch'
|
||||
];
|
||||
|
||||
var recentlyUsed = Object.keys(typesUsed);
|
||||
|
Loading…
Reference in New Issue
Block a user