diff --git a/Packages/StatusKit/Sources/StatusKit/Editor/UITextView/Coordinator.swift b/Packages/StatusKit/Sources/StatusKit/Editor/UITextView/Coordinator.swift index d9bbfb5a..46a0bcff 100644 --- a/Packages/StatusKit/Sources/StatusKit/Editor/UITextView/Coordinator.swift +++ b/Packages/StatusKit/Sources/StatusKit/Editor/UITextView/Coordinator.swift @@ -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) }