react-images-upload icon indicating copy to clipboard operation
react-images-upload copied to clipboard

Add same image more than once to and then try to remove one of them

Open sw7x opened this issue 5 years ago • 0 comments

fix for this issue https://github.com/JakeHartnell/react-images-upload/issues/171

added timestamp value for each image dataUrl value if we upload same image twice then filenames are identical in those two images and dataUrl string have two different values because timestamp parts are different

sw7x avatar Jun 14 '20 22:06 sw7x