KeyHandler // Change condition of state returning in handle().

This commit is contained in:
ShikiSuen 2022-06-24 18:55:19 +08:00
parent 63659ee662
commit 6d2d3dc277
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ extension KeyHandler {
errorCallback()
composer.clear()
//
stateCallback((compositorLength == 0) ? InputState.EmptyIgnoringPreviousState() : buildInputtingState)
stateCallback((compositor.isEmpty) ? InputState.EmptyIgnoringPreviousState() : buildInputtingState)
return true // IMK
}