InputState // Use ensureCurrencyNumerals() on commit.
This commit is contained in:
parent
39457fa222
commit
3b2ce48419
|
@ -126,6 +126,7 @@ enum InputState {
|
|||
convenience init(textToCommit: String) {
|
||||
self.init()
|
||||
self.textToCommit = textToCommit
|
||||
ChineseConverter.ensureCurrencyNumerals(target: &self.textToCommit)
|
||||
}
|
||||
|
||||
var description: String {
|
||||
|
|
Loading…
Reference in New Issue