mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 15:34:26 +01:00
Add typeSearch context when adding nodes
This commit is contained in:
@@ -1469,7 +1469,8 @@ RED.view = (function() {
|
|||||||
touchImport: true,
|
touchImport: true,
|
||||||
notify: false,
|
notify: false,
|
||||||
// Ensure the node gets all of its defaults applied
|
// Ensure the node gets all of its defaults applied
|
||||||
applyNodeDefaults: true
|
applyNodeDefaults: true,
|
||||||
|
eventContext: { source: 'typeSearch' }
|
||||||
})
|
})
|
||||||
quickAddActive = false;
|
quickAddActive = false;
|
||||||
ghostNode.remove();
|
ghostNode.remove();
|
||||||
|
|||||||
Reference in New Issue
Block a user