fixed rename
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b18cabb680
commit
2700c39632
@ -147,7 +147,7 @@ open class SelectorItemBase<Selector: SelectorBase>: Control, Errorable, Changea
|
|||||||
|
|
||||||
open var accessibilityValueText: String?
|
open var accessibilityValueText: String?
|
||||||
|
|
||||||
open override var accessibilityDefaultAction: ((Control) -> Void)? {
|
open override var accessibilityAction: ((Control) -> Void)? {
|
||||||
didSet {
|
didSet {
|
||||||
selectorView.accessibilityAction = { [weak self] selectorItemBase in
|
selectorView.accessibilityAction = { [weak self] selectorItemBase in
|
||||||
guard let self else { return }
|
guard let self else { return }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user