mosch / react-avatar-editor

Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.
https://react-avatar-editor.netlify.app/
MIT License
2.35k stars 369 forks source link

Upload same pictures in row doesn't work #381

Closed srdjansolajic closed 2 years ago

srdjansolajic commented 2 years ago

I'm trying to add two of the same images using the react avatar editor, but it's not possible. Has anyone had a similar situation? This only happens if I want to add two identical pictures in a row. example: upload img1 - ok upload img1 again - nothing happens upload img2 - ok upload img1 - ok

srdjansolajic commented 2 years ago

Reset the file input by setting its value to the empty string, and you will be able to use it again.