WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

try to make IME input available #287

Closed yuanotes closed 6 years ago

yuanotes commented 6 years ago

Use compositionend event to capture input method event to input CJK characters.

Works for me on Google Chrome and it may need optimization on other browsers.