ctlIME // +consolidateContextOnCandidateSelection.
This commit is contained in:
parent
78e1526899
commit
a7d27c465a
|
@ -121,7 +121,10 @@ extension ctlInputMethod: ctlCandidateDelegate {
|
||||||
|
|
||||||
if let state = state as? InputState.ChoosingCandidate {
|
if let state = state as? InputState.ChoosingCandidate {
|
||||||
let selectedValue = state.candidates[index]
|
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
|
let inputting = keyHandler.buildInputtingState
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue