Closed frickt closed 5 years ago
Could we change the check in the constructor for Dropzone from:
if (_elementOrElementList is ElementList) {
to
if (_elementOrElementList is List<Element>) {
I would like to use the library together with angular dart's ViewChildren where i get a List.
Or is there a reason for ElementList?
You are right. That could be allowed. Just released a new version 1.4.1
@frickt Can you confirm that it works now?
wow, that was fast. works perfect. thank you very much!
Could we change the check in the constructor for Dropzone from:
to
I would like to use the library together with angular dart's ViewChildren where i get a List.
Or is there a reason for ElementList?