From c80e8715fadec36b88e9df997ea5eb11a723976c Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 27 Jun 2022 11:22:04 +0800 Subject: [PATCH] KeyHandler // Bind mgrPrefs.useFixecCandidateOrderOnSelection. --- Source/Modules/ControllerModules/KeyHandler_States.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/ControllerModules/KeyHandler_States.swift b/Source/Modules/ControllerModules/KeyHandler_States.swift index d8986d07..fad4108b 100644 --- a/Source/Modules/ControllerModules/KeyHandler_States.swift +++ b/Source/Modules/ControllerModules/KeyHandler_States.swift @@ -169,7 +169,7 @@ extension KeyHandler { InputState.ChoosingCandidate( composingBuffer: currentState.composingBuffer, cursorIndex: currentState.cursorIndex, - candidates: candidatesArray(fixOrder: false), + candidates: candidatesArray(fixOrder: mgrPrefs.useFixecCandidateOrderOnSelection), isTypingVertical: isTypingVertical ) }