firenvim
firenvim copied to clipboard
Typing with Different language seems not work properly (Korean)
- OS Version: macOS 12.3
- Browser Version: Chrome Version 99.0.4844.83 (Official Build) (arm64)
- Browser Addon Version: 0.2.12
- Neovim Plugin Version: 0.2.12
What I tried to do
I tried to type some Korean words to be
"가나다라 ".
What happened
When typing this, firenvim gave me
"가가나가나다 가나다라 "
It seems to be duplicated...
- Note: more precisely,

I think the order of keyboard events differ between Chrome on Linux and Chrome on Mac and fixing this might just require checking for macs here:
https://github.com/glacambre/firenvim/blob/11ce42045f1fc9aaaaeb9c998999897613bfc456/src/frame.ts#L50-L54
Thanks for the report :).
My pleasure :)
Same issue. Is this fixed?