Hi, is there any way to catch the resize or position change of an annotation on a node?
We have our annotations setup with the following constraints:
constraints: ej.diagrams.AnnotationConstraints.Interaction | ej.diagrams.AnnotationConstraints.Drag
The sizeChange & positionChange events are only fired on the actual node not on the annotation.
Many Thanks