Suntel Nagamine
Suntel Nagamine
Thanks for the reply. I tried with the latest 3.47.2 and the panel closed. I have tried to fix it and have sent you a pull request.
I wrote `event.keyCode` === 229 because it is indicated by https://developer.mozilla.org/en-US/docs/Web/API/Element/keydown_event. It is believed that the latest browsers can make the decision using only `event.isComposing`, so if you do not...
Sorry for the late response. Deleting the `keyCode `did not seem to cause any problems, so I deleted it.