Detailed description of issue
After creating a stamp annotation from a drag and drop event. When dragging the stamp annotation to a new page, the annotation ‘delete’ event is called deleting the stamp.
Expected behaviour
Only the annotation ‘modify’ event to be called.
I believe this is actually the expected behavior because when you drag an annotation to a new page, it creates a new one. This triggers the ‘add’ event as well. The old one will have to be removed which triggers the ‘delete’ event.