I set the addRemoveLinks
option to true
on my vue-dropzone
component. The remove's link appear and clicking it cause the upload file to be removed from the widget, but still the v-on:vdropzone-s3-upload-success
handler fire after cancellation. How to resolve this?
: true,