beynar / svelte-dropzone

A simple & ssr ready wrapper around dropzone.JS for svelte/sapper.
35 stars 10 forks source link

[error fix] Dropzone already attached #4

Closed rallisf1 closed 4 years ago

rallisf1 commented 5 years ago

Dropzone ain't exactly OOP written. It checks autoDiscover during load, not instance creation.