Hello,
Working with diagram i want to save the node position when it is moved, so:
1) Is there any way to capture a "dragEnd" event to know when the drag action was finished and get X,Y position in that moment? I was reviewing the "drag" option provided by ejDiagram, but that evet is fired multiple times and i didn't see a way to know when the event ends.
2) I was reviewing, if you have a node selected, you can move it with keyboard arrows, is there any way to capture this event and know which is the position where the node is located?
Will be great if you will have a "changePosition" event or something like that.
Thank you