mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +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
|
// current node
|
||||||
this.deselectAllNodes();
|
this.deselectAllNodes();
|
||||||
setTimeout(() => {
|
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 });
|
this.$telemetry.track('User duplicated node', { node_type: node.type, workflow_id: this.$store.getters.workflowId });
|
||||||
|
|||||||
Reference in New Issue
Block a user