Hyuntae EOM
Hyuntae EOM
when i call `addImageObject()` always this error fied. how to if add image object? another way?
http://nhn.github.io/tui.image-editor/latest/ImageEditor#loadImageFromURL i use this
I think `loadImageFromURL` call and after `addText` call this error fired
Hmm 1. Make `const imageEditor = new ImageEditor({})` without `loadImage` params in `includeUI` 2. Call `imageEditor.loadImageFromURL(image url)` 3. Call `imageEditor.addText('test')` i got error i think, in `ui.js` -> `initCanvas` method...
i debug some case. when i click space textarea tag detached in body tag at first time
i forked repo and make new html for test my issue https://github.com/eomttt/tui.image-editor/commit/456921f7c4900fb1190b25c4aaa7794f9bdfa811 open dev serve and check please
https://user-images.githubusercontent.com/22593217/153568856-fe4eea90-261e-4d1b-bafa-8ed0337b9e74.mov
> @eomttt Thank you for reporting the bug. The bug is not reproduced. Can you tell me how to reproduce it in detail? You can see my commit (https://github.com/eomttt/tui.image-editor/commit/456921f7c4900fb1190b25c4aaa7794f9bdfa811) and...
@drarmstr i have same problem with @mheiber
i want lazy loading anyone has another ways?