From 5611c1fd335e8d615af59d69fae1711166a4cd84 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 24 Jun 2022 21:53:59 +0200 Subject: [PATCH] Update flowchart.tsx --- .../src/components/activities/flowchart/flowchart.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx b/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx index 61c6c5c6d..f6690b84b 100644 --- a/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx +++ b/src/designer/elsa-workflows-designer/src/components/activities/flowchart/flowchart.tsx @@ -295,7 +295,6 @@ export class FlowchartComponent implements ContainerActivityComponent { activity: activity, applyChanges: a => { - debugger; // Update the node's data with the activity. node.data = a;