InputState // Let PrefModule manage the kMaxMarkRangeLength.
This commit is contained in:
parent
2f94394430
commit
0da316f1a7
|
@ -150,7 +150,7 @@ class InputState: NSObject {
|
|||
// MARK: -
|
||||
|
||||
private let kMinMarkRangeLength = 2
|
||||
private let kMaxMarkRangeLength = 6
|
||||
private let kMaxMarkRangeLength = Preferences.maxCandidateLength
|
||||
|
||||
/// Represents that the user is marking a range in the composing buffer.
|
||||
@objc (InputStateMarking)
|
||||
|
|
Loading…
Reference in New Issue