Composer: disable predictive type on all platforms
This commit is contained in:
parent
04af087c4b
commit
ba3d8b1882
|
@ -45,9 +45,7 @@ extension TextView.Representable {
|
|||
textView.allowsEditingTextAttributes = false
|
||||
textView.returnKeyType = .default
|
||||
textView.allowsEditingTextAttributes = true
|
||||
#if targetEnvironment(macCatalyst)
|
||||
textView.inlinePredictionType = .no
|
||||
#endif
|
||||
textView.inlinePredictionType = .no
|
||||
|
||||
self.getTextView?(textView)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue