Hi,
How can I catch the deletion of an image inside the "image editor popup" ? My scenario is the following:
- I click on the "image" icon of the RichTextEditor
- The "image editor popup" opens
- I select an image on my hard drive
- My custom saveUrl API is called immediatly.
- If I select the image in the SAME popup and delete it, nothing gets triggered.
How can I subscribe to the delete event INSIDE the "image editor popup" ?
Thanks.