Enable EscToCleanInputBuffer by default.

This commit is contained in:
ShikiSuen 2022-01-23 17:28:52 +08:00
parent 8b9e5ca57e
commit e362151efe
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ struct ComposingBufferSize {
return halfWidthPunctuationEnabled
}
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: false)
@UserDefault(key: kEscToCleanInputBufferKey, defaultValue: true)
@objc static var escToCleanInputBuffer: Bool
// MARK: Optional settings