InputState // Let PrefModule manage the kMaxMarkRangeLength.
This commit is contained in:
parent
d5032d9546
commit
8b5f612d78
|
@ -150,7 +150,7 @@ class InputState: NSObject {
|
||||||
// MARK: -
|
// MARK: -
|
||||||
|
|
||||||
private let kMinMarkRangeLength = 2
|
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.
|
/// Represents that the user is marking a range in the composing buffer.
|
||||||
@objc (InputStateMarking)
|
@objc (InputStateMarking)
|
||||||
|
|
Loading…
Reference in New Issue