file_access icon indicating copy to clipboard operation
file_access copied to clipboard

Picking same file twice causes infinite spinning state

Open JayPerfetto opened this issue 5 years ago • 1 comments

Steps to reproduce:

  1. go to - > https://rodydavis.github.io/file_access/#/
  2. click any of the upload buttons, and select a file - File / Image renders as expected
  3. 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.

JayPerfetto avatar Apr 09 '20 21:04 JayPerfetto

Thank you! Ill will see what is causing that.

rodydavis avatar Apr 24 '20 00:04 rodydavis