Fix #1483
This commit is contained in:
parent
1ac25cc417
commit
bd3d2008c2
|
@ -45,6 +45,9 @@ extension TextView.Representable {
|
|||
textView.allowsEditingTextAttributes = false
|
||||
textView.returnKeyType = .default
|
||||
textView.allowsEditingTextAttributes = true
|
||||
if !ProcessInfo.processInfo.isiOSAppOnMac {
|
||||
textView.inlinePredictionType = .no
|
||||
}
|
||||
|
||||
self.getTextView?(textView)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue