KeyHandler // Return true after handling candidate End key.
This commit is contained in:
parent
ff0c066053
commit
acf506befa
|
@ -276,6 +276,7 @@ extension KeyHandler {
|
|||
} else {
|
||||
ctlCandidateCurrent.selectedCandidateIndex = candidates.count - 1
|
||||
}
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue