v3.3.0
Mozilla Firefox, Window 7 OS
Doesnt throw an error or bug when its clicked in Mozilla browser.
Usually load button works in other browsers.
Even in the demo page the load button isnt working.
http://nhnent.github.io/tui.image-editor/latest/tutorial-example01-includeUi.html
Working load funcion
Thank You.
I'm getting a TypeError: e is null error around tui-image-editor.min.js:8:25404 whenever I click the Load button in FF65.
I can confirm this issue. In Firefox v65.0 (64-bit) load button not working. The issue occurs because the input file is used inside button tag which is not a valid HTML. Changing into div tag fixed issue for me.
@arifhussain353
Thanks. I'll fix this right away.