KeyHandler // Return true after handling candidate End key.

This commit is contained in:
ShikiSuen 2022-07-25 18:13:56 +08:00
parent ff0c066053
commit acf506befa
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ extension KeyHandler {
} else {
ctlCandidateCurrent.selectedCandidateIndex = candidates.count - 1
}
return true
}
}