diff --git a/Views/TouchFallthroughTextView.swift b/Views/TouchFallthroughTextView.swift index 8c62af5..9d7bbf8 100644 --- a/Views/TouchFallthroughTextView.swift +++ b/Views/TouchFallthroughTextView.swift @@ -12,6 +12,7 @@ final class TouchFallthroughTextView: UITextView { clipsToBounds = false textDragInteraction?.isEnabled = false + isEditable = false textContainerInset = .zero self.textContainer.lineFragmentPadding = 0 linkTextAttributes = [.foregroundColor: tintColor as Any, .underlineColor: UIColor.clear]