SessionCtl // Fix a conditioning in candidatePairSelected().
This commit is contained in:
parent
19b0b138f2
commit
272bfef227
|
@ -89,10 +89,12 @@ extension SessionCtl: CtlCandidateDelegate {
|
|||
|
||||
if [.ofCandidates, .ofSymbolTable].contains(state.type) {
|
||||
let selectedValue = state.candidates[index]
|
||||
if state.type == .ofCandidates {
|
||||
inputHandler.consolidateNode(
|
||||
candidate: selectedValue, respectCursorPushing: true,
|
||||
preConsolidate: PrefMgr.shared.consolidateContextOnCandidateSelection
|
||||
)
|
||||
}
|
||||
|
||||
let inputting = inputHandler.generateStateOfInputting()
|
||||
|
||||
|
|
Loading…
Reference in New Issue