Add typeSearch context when adding nodes

pull/5215/head
Nick O'Leary 2025-07-14 15:20:53 +01:00
parent c0b9fb5eac
commit e97e307fed
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 2 additions and 1 deletions

View File

@ -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();