mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
🔨 Changed NDV opening behavior on node duplication N8N-2896 (#2749)
* 🔨 changed NDV opening behavior on node duplication * 🔨 deleted commented lines * ⚡ on duplication node will be selected
This commit is contained in:
@@ -1980,7 +1980,7 @@ export default mixins(
|
||||
// current node
|
||||
this.deselectAllNodes();
|
||||
setTimeout(() => {
|
||||
this.nodeSelectedByName(newNodeData.name, true);
|
||||
this.nodeSelectedByName(newNodeData.name, false);
|
||||
});
|
||||
|
||||
this.$telemetry.track('User duplicated node', { node_type: node.type, workflow_id: this.$store.getters.workflowId });
|
||||
|
||||
Reference in New Issue
Block a user