mirror of https://github.com/node-red/node-red.git
Add typeSearch context when adding nodes
parent
c0b9fb5eac
commit
e97e307fed
|
|
@ -1469,7 +1469,8 @@ RED.view = (function() {
|
|||
touchImport: true,
|
||||
notify: false,
|
||||
// Ensure the node gets all of its defaults applied
|
||||
applyNodeDefaults: true
|
||||
applyNodeDefaults: true,
|
||||
eventContext: { source: 'typeSearch' }
|
||||
})
|
||||
quickAddActive = false;
|
||||
ghostNode.remove();
|
||||
|
|
|
|||
Loading…
Reference in New Issue