Pref // var kMaxMarkRangeLength = 2x kDefaultComposingBufferSize.
- This is a workaround to the bug #45 since the effort of solving it is worthless comparing to rewrite all Cpp modules to swift.
This commit is contained in:
parent
f2daa33520
commit
d2cd3dec26
|
@ -384,7 +384,7 @@ struct ComposingBufferSize {
|
|||
return useSCPCTypingMode
|
||||
}
|
||||
|
||||
@UserDefault(key: kMaxCandidateLength, defaultValue: 10)
|
||||
@UserDefault(key: kMaxCandidateLength, defaultValue: kDefaultComposingBufferSize * 2)
|
||||
@objc static var maxCandidateLength: Int
|
||||
|
||||
@UserDefault(key: kShouldNotFartInLieuOfBeep, defaultValue: true)
|
||||
|
|
Loading…
Reference in New Issue