I'm integrating tui image editor on my project but I'm facing a problem when I try to type. The image editor is inside a modal and I think it has to do something with that but I don't know what. Everything works fine except when I try to add a text.
Any ideas?
i have tested using react-bootstrap using modal and it works. set enforceFocus to false. like the code below