diff --git a/iOS/PostEditor/PostBodyTextView.swift b/iOS/PostEditor/PostBodyTextView.swift index 609533e..e9b071d 100644 --- a/iOS/PostEditor/PostBodyTextView.swift +++ b/iOS/PostEditor/PostBodyTextView.swift @@ -69,6 +69,7 @@ struct PostBodyTextView: UIViewRepresentable { textView.isUserInteractionEnabled = true textView.isScrollEnabled = true textView.alwaysBounceVertical = false + textView.smartDashesType = .no context.coordinator.textView = textView textView.delegate = context.coordinator