ctlIME // +consolidateContextOnCandidateSelection.
This commit is contained in:
parent
2cb7848601
commit
220ce70f71
|
@ -121,7 +121,10 @@ extension ctlInputMethod: ctlCandidateDelegate {
|
|||
|
||||
if let state = state as? InputState.ChoosingCandidate {
|
||||
let selectedValue = state.candidates[index]
|
||||
keyHandler.fixNode(candidate: selectedValue, respectCursorPushing: true, preConsolidate: true)
|
||||
keyHandler.fixNode(
|
||||
candidate: selectedValue, respectCursorPushing: true,
|
||||
preConsolidate: mgrPrefs.consolidateContextOnCandidateSelection
|
||||
)
|
||||
|
||||
let inputting = keyHandler.buildInputtingState
|
||||
|
||||
|
|
Loading…
Reference in New Issue