mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-17 02:05:13 +00:00
oops
This commit is contained in:
parent
bd3d2008c2
commit
27102cbae3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ extension TextView.Representable {
|
||||||
textView.allowsEditingTextAttributes = false
|
textView.allowsEditingTextAttributes = false
|
||||||
textView.returnKeyType = .default
|
textView.returnKeyType = .default
|
||||||
textView.allowsEditingTextAttributes = true
|
textView.allowsEditingTextAttributes = true
|
||||||
if !ProcessInfo.processInfo.isiOSAppOnMac {
|
if ProcessInfo.processInfo.isiOSAppOnMac {
|
||||||
textView.inlinePredictionType = .no
|
textView.inlinePredictionType = .no
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue