Merge branch 'hotfix/label-actions' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/label-action

# Conflicts:
#	VDS/Components/Label/Label.swift
#	VDS/Extensions/UITapGestureRecognizer.swift

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-21 14:25:29 -05:00
commit e8387d2c43

View File

@ -496,7 +496,6 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
return element
}
open var accessibilityAction: ((Label) -> Void)?
private var _isAccessibilityElement: Bool = false