in app/scripts/views/dialog/nodeSelector.js [102:116]
saveNode: function () {
if (this.$()) {
var editorBody = $('.editor-tabs').children('.node-selector-body');
if (editorBody) {
var name = editorBody.children(".widget-search").children("input").val();
App.EventManager.flowsEventManager.sendFlowsNodeChanged(name);
}
}
this.closeEditor();
},