Update flowchart.tsx

This commit is contained in:
Sipke Schoorstra 2022-06-24 21:53:59 +02:00
parent 1d31a3caa6
commit 5611c1fd33

View file

@ -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;