Commit edf428b6 by Orkhan Alikhanov Committed by OrkhanAlikhanov

TextView.isEditing should be false by default

parent b5faaef4
......@@ -94,7 +94,7 @@ open class TextView: UITextView {
}
/// A boolean indicating whether the text is in edit mode.
open fileprivate(set) var isEditing = true
open fileprivate(set) var isEditing = false
/// Is the keyboard hidden.
open fileprivate(set) var isKeyboardHidden = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment