This commit is contained in:
Thomas Ricouard 2023-09-18 14:30:36 +02:00
parent bd3d2008c2
commit 27102cbae3

View file

@ -45,7 +45,7 @@ extension TextView.Representable {
textView.allowsEditingTextAttributes = false
textView.returnKeyType = .default
textView.allowsEditingTextAttributes = true
if !ProcessInfo.processInfo.isiOSAppOnMac {
if ProcessInfo.processInfo.isiOSAppOnMac {
textView.inlinePredictionType = .no
}