ctlIME // Patch committed contents in SCPC mode.
This commit is contained in:
parent
8be85fb9af
commit
ea0bdda3b5
|
@ -126,7 +126,7 @@ extension ctlInputMethod: ctlCandidateDelegate {
|
||||||
let inputting = keyHandler.buildInputtingState
|
let inputting = keyHandler.buildInputtingState
|
||||||
|
|
||||||
if mgrPrefs.useSCPCTypingMode {
|
if mgrPrefs.useSCPCTypingMode {
|
||||||
handle(state: InputState.Committing(textToCommit: inputting.composingBuffer))
|
handle(state: InputState.Committing(textToCommit: inputting.composingBufferConverted))
|
||||||
// 此時是逐字選字模式,所以「selectedValue.1」是單個字、不用追加處理。
|
// 此時是逐字選字模式,所以「selectedValue.1」是單個字、不用追加處理。
|
||||||
if mgrPrefs.associatedPhrasesEnabled,
|
if mgrPrefs.associatedPhrasesEnabled,
|
||||||
let associatePhrases = keyHandler.buildAssociatePhraseState(
|
let associatePhrases = keyHandler.buildAssociatePhraseState(
|
||||||
|
|
Loading…
Reference in New Issue