file_access
file_access copied to clipboard
Picking same file twice causes infinite spinning state
Steps to reproduce:
- go to - > https://rodydavis.github.io/file_access/#/
- click any of the upload buttons, and select a file - File / Image renders as expected
- click the same upload button from step 2, and choose the same file from step 2
Expected Result: Image / File renders as expected Actual Result: Spinner loads forever and file never is uploaded.
I have tested this in my own code and I found that no code prints after the "await pickImage()" or openfile/s calls in this case but I do not know why.
Thank you! Ill will see what is causing that.