Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to destroy dropdzonejs?

How to destroy dropdzonejs?

When I have SPA and leave the page, I want to clean up so it does not listen to body events anymore.

like image 275
Victoria A Avatar asked Feb 04 '23 00:02

Victoria A


1 Answers

myDropzone.destroy();

I swear I had the same problem and I'll find that with a lucky attempt... it works!

like image 132
Paolo Ferraris Avatar answered Apr 28 '23 04:04

Paolo Ferraris