You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azooKeyMac/InputController/SegmentsManager.swift
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ final class SegmentsManager {
258
258
privatevarcandidates:[Candidate]?{
259
259
iflet rawCandidates {
260
260
if !self.didExperienceSegmentEdition {
261
-
if rawCandidates.firstClauseResults.contains(where:{$0.composingCount ==.surfaceCount(self.composingText.convertTarget.count) || $0.composingCount==.inputCount(self.composingText.input.count)}){
261
+
if rawCandidates.firstClauseResults.contains(where:{self.composingText.isWholeComposingText(composingCount:$0.composingCount)}){
0 commit comments