mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Stop telemetry from triggering when initializing workflow in new canvas (no-changelog) (#10492)
This commit is contained in:
@@ -809,7 +809,7 @@ async function onAddNodesAndConnections(
|
||||
return;
|
||||
}
|
||||
|
||||
await addNodes(nodes, { dragAndDrop, position, trackHistory: true });
|
||||
await addNodes(nodes, { dragAndDrop, position, trackHistory: true, telemetry: true });
|
||||
await nextTick();
|
||||
|
||||
const offsetIndex = editableWorkflow.value.nodes.length - nodes.length;
|
||||
|
||||
Reference in New Issue
Block a user