Add typeSearch context when adding nodes

This commit is contained in:
Nick O'Leary
2025-07-14 15:20:53 +01:00
parent c0b9fb5eac
commit e97e307fed

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