mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Add typeSearch context when adding nodes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user