Open c095c095 opened 10 months ago
Hello I know that in Dropzone it can be overwritten by using this code Dropzone.confirm = function(question, accepted, rejected) {}
Dropzone.confirm = function(question, accepted, rejected) {}
But there is something similar in ngx-dropzone-wrapper For doing this?
Hello I know that in Dropzone it can be overwritten by using this code
Dropzone.confirm = function(question, accepted, rejected) {}
But there is something similar in ngx-dropzone-wrapper For doing this?