PR fix
This commit is contained in:
parent
9bb955a4fe
commit
cf9b3a72c5
|
|
@ -31,7 +31,7 @@ public enum EditableActionType {
|
|||
case copy
|
||||
case paste
|
||||
|
||||
public static let allActions = [EditableActionType.selectAll, .select, .cut, .paste, .copy]
|
||||
public static let allActions: [EditableActionType] = [.selectAll, .select, .cut, .paste, .copy]
|
||||
}
|
||||
|
||||
open class EditableTextField: UITextField {
|
||||
|
|
|
|||
Loading…
Reference in New Issue