diff --git a/damus/Views/TextViewWrapper.swift b/damus/Views/TextViewWrapper.swift index c3ea615f..c3e87191 100644 --- a/damus/Views/TextViewWrapper.swift +++ b/damus/Views/TextViewWrapper.swift @@ -28,6 +28,7 @@ struct TextViewWrapper: UIViewRepresentable { textView.setContentCompressionResistancePriority(.defaultLow, for: .horizontal) textView.setContentCompressionResistancePriority(.required, for: .vertical) + // Inline text suggestions interfere with mentions generation if #available(iOS 17.0, *) { textView.inlinePredictionType = .no }