Closed xing2387 closed 2 years ago
Could you share a small reproducer for this issue?
This issue could not reproducer when using the newest version. thx
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Tested in example "notpad", which using plugins
kotlin("jvm") version "1.5.21"
andid("org.jetbrains.compose") version ("1.0.0-alpha1")
.I can't switch to other input method (Mozc, Rime etc.) by pressing Ctrl+Space or Shift which works in other programs. Therefore i can only input English.
But after i clicked an item in MenuBar, "File" or "Settings", then is able to switch IME.
This happend in my app, and what should i do?