KeyHandler // Bind mgrPrefs.useFixecCandidateOrderOnSelection.

This commit is contained in:
ShikiSuen 2022-06-27 11:22:04 +08:00
parent dc9ac2e3c4
commit c80e8715fa
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ extension KeyHandler {
InputState.ChoosingCandidate( InputState.ChoosingCandidate(
composingBuffer: currentState.composingBuffer, composingBuffer: currentState.composingBuffer,
cursorIndex: currentState.cursorIndex, cursorIndex: currentState.cursorIndex,
candidates: candidatesArray(fixOrder: false), candidates: candidatesArray(fixOrder: mgrPrefs.useFixecCandidateOrderOnSelection),
isTypingVertical: isTypingVertical isTypingVertical: isTypingVertical
) )
} }