When using the React Component within a minimal setup and the initialEditType is set to wysiwyg the Editor is loosing focus on every click. This means you can't edit text in the wysiwyg edit type.
Steps to reproduce the behavior:
wysiwyg as initialEditType in the tui editor componentThe focus should stay and the user should be able to type.
If applicable, add screenshots to help explain your problem.
Can someone reproduce the bug with the react wrapper? The demo in the docs seems to work fine (it's not the react wrapper though). https://nhn.github.io/tui.editor/latest/tutorial-example03-editor-with-wysiwyg-mode
I have the same issue when I use the WYSIWYG Editor inside a React.Component class.
@oguera The image below is a test of react-editor in a storybook. In this case, it cannot be reproduced.

However, looking at the comments below, it seems to be a problem when used inside React.Component class, can you show the React component code you used?
Hi @seonim-ryu ,
@oguera and I figured out that the issue was related to another library and had nothing to do with the editor. This issue can be closed. Thank you for your support.