Hello,
we have a problem when copying and pasting nodes and connectors after we change properties (color, annotations, addInfo data). When pasting all changes are lost. Note that we serialize the diagram and it is saved and reloaded correctly.
I've seen the same behavior (losing changes) in some examples in the website, while not in others.
Below is a screenshot from the latest example in the getting started page (https://ej2.syncfusion.com/angular/documentation/diagram/getting-started#create-an-angular-application)
Here I enlarged the first box, changed the label in "test", then copied and pasted it and the result is the original small box with "Elizabeth" label.
We are using Angular v12 and syncfusion ej2-angular-diagrams v20.1.
What is the correct way to copy the changed nodes and connectors?