KeyHandler // +Enter key for associated candidate selection.

This commit is contained in:
ShikiSuen 2022-07-17 22:50:00 +08:00
parent 5c55aa1adc
commit 85becea690
1 changed files with 0 additions and 5 deletions

View File

@ -78,11 +78,6 @@ extension KeyHandler {
// MARK: Enter
if input.isEnter {
if state is InputState.AssociatedPhrases {
clear()
stateCallback(InputState.EmptyIgnoringPreviousState())
return true
}
delegate!.keyHandler(
self,
didSelectCandidateAt: ctlCandidateCurrent.selectedCandidateIndex,