Tewr / BlazorFileReader

Library for creating read-only file streams from file input elements or drop targets in Blazor.
MIT License
425 stars 61 forks source link

Drag+Drop does not work with additive drop file list #194

Closed DNF-SaS closed 1 year ago

DNF-SaS commented 1 year ago

When using Drag+Drop and additive filelist feature, IFileReaderRef.EnumerateFilesAsync() does not return. Repro possible by passing 'true' to RegisterDropEventsAsync() in DragnDropDivCommon.razor (Line 69) - startup-project is Demo/Net/Blazor.FileReader.ServiceSide.Demo Problem exists since 3.3.2.23185 (3.3.1.21360 is working fine)

Tewr commented 1 year ago

Thank you for the bug report. This was clearly missed in the tests after the last feature PR. I desperately need to get the automated tests back up working...