bytescale / bytescale-upload-widget

Beautiful JavaScript Upload Widget | Powered by Bytescale
https://www.bytescale.com/docs/upload-widget
MIT License
99 stars 10 forks source link

Ignore additional drag-and-drop events when `multi: false` #7

Closed ljwagerfield closed 2 years ago

ljwagerfield commented 2 years ago

Currently when multi: false, if you drag-and-drop a 2nd batch of files, the first file from that 2nd batch is uploaded.

Instead, they should be ignored.

ljwagerfield commented 2 years ago

This is now fixed.