uploadcare / uploadcare-widget-tab-effects

Effects Tab for Uploadcare Widget. Edit images in a browser.
https://uploadcare.com/features/effects_tab/
MIT License
9 stars 12 forks source link

Clear img src before update it #24

Closed nd0ut closed 6 years ago

nd0ut commented 6 years ago

Safari do not fire onload event when Image src is updated with the same url. So we clear src property before assign a new one and Safari start working as expected.