Hi Walter i wanted to ask that, i used
myDiagram.model.copyNodeDataFunction
but how do i paste the node data into the canvas,
My Purpose: I want to copy some node data but before pasting the node data into the canvas, i want to make some changes(like changing the coordinates before pasting). so i was using the above function to do so. But paste is not working
For paste i used default Ctrl+v
Do correct me if im reading that right, that the above function is being used for copying and pasting.