InputHandler // Don't fix the order while revolving candidates.
This commit is contained in:
parent
417786dca0
commit
db768aa4d3
|
@ -823,7 +823,7 @@ extension InputHandler {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
let candidates = generateArrayOfCandidates(fixOrder: true)
|
let candidates = generateArrayOfCandidates(fixOrder: prefs.useFixecCandidateOrderOnSelection)
|
||||||
guard !candidates.isEmpty else {
|
guard !candidates.isEmpty else {
|
||||||
delegate.callError("3378A6DF")
|
delegate.callError("3378A6DF")
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue