diff --git a/MVMCoreUI/Atomic/Atoms/TextFields/TextViewEntryField.swift b/MVMCoreUI/Atomic/Atoms/TextFields/TextViewEntryField.swift index 9ef346ba..c39c12c6 100644 --- a/MVMCoreUI/Atomic/Atoms/TextFields/TextViewEntryField.swift +++ b/MVMCoreUI/Atomic/Atoms/TextFields/TextViewEntryField.swift @@ -175,7 +175,7 @@ class TextViewEntryField: EntryField, UITextViewDelegate, ObservingTextFieldDele //-------------------------------------------------- // MARK: - Methods //-------------------------------------------------- - + /// Validates the text of the entry field. @objc public func validateTextView() { text = textView.text @@ -234,7 +234,7 @@ class TextViewEntryField: EntryField, UITextViewDelegate, ObservingTextFieldDele } @objc public func textViewDidEndEditing(_ textView: UITextView) { - + isSelected = false if isValid {