Iftekhar Rifat
Iftekhar Rifat
I've no clue as to what's happening on your side, I tried many times on my side and it works every time. So I haven't been able to reproduce it...
localStorage change doesn't trigger re-rendering. It's only purpose is to read the saved state when you reload the page.
Thanks for the video, it looks like your browser is not reloading itself after importing the json file. I'll take a look at it ASAP.
I pushed a possible fix for this issue, let me know if it works for you.
@awdDev786 can you check if [this](https://codepen.io/matt-west/pen/KjEHg) snippet works in your browser? I think FileReader API is somehow not triggering any event on your end.
So, it worked with .txt files ?
Thanks, I'll try another fix.
Hello, thanks for the feedback & suggestions, really appreciate it. Any pull request is welcome. About no. 2, I actually tried this. But there was a file permission issue when...
Migration files were created as a root user with a 444 permission, soI had to use `sudo` to update or remove those files.
renderToolbar should return a function. If both renderToolbar & imageSource is given as props, renderToolbar takes priority. So it should work without any problems. Just use the renderToolbar instead of...