jodit
jodit copied to clipboard
Composing japanese text is decided unintentionally.
Jodit Version: 3.19.3
Browser: Chrome 103.0.5060.134 OS: macOS 12.5 Is React App: False
Code
No specific configuration is required.
Expected behavior:
Do not decide text input unintentionally.
Actual behavior:
- Editor is empty. There are no nodes.
- Start to type Japanese text.
- Jodit decide first input character unintentionally, despite the Japanese text is still composing.
e.g. Input こんにちは(konnichiha) by Japanese IME, first character (k or こ) is decided unintentionally.
https://user-images.githubusercontent.com/500072/182009448-92d6374e-fa3c-4bdb-9a28-3ce0083a24bd.mov
Workaround: If disable wrap-nodes
plugin, this behavior does not occur.