KeyHandler // Reensure parser when inputMode changes.

This commit is contained in:
ShikiSuen 2022-06-18 08:22:30 +08:00
parent 5d2da69756
commit a6aefb9cef
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class KeyHandler {
// When it recreates, it adapts to the latest imeMode settings. // When it recreates, it adapts to the latest imeMode settings.
// This allows it to work with correct LMs. // This allows it to work with correct LMs.
reinitCompositor() reinitCompositor()
composer.clear() ensureParser()
} }
} }