onAttachmentDeleted

The event occurs when a user deletes an attachment from the right sidebar. The delete attachment function does not trigger the event.

   console.log("An attachment was deleted");

Last updated