Currently I am able to unit test events for ‘annotationChanged’ for add and delete programatically.
However I am unable to trigger ‘modify’ via code. It only triggers these when actually using a mouse.
Is there a way I can either…
A) programatically trigger these events
B) use standard testing-library user events to simulate a user move or modifying an annotation?