fixed to be a button instead of link
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
0ad630e4c5
commit
d4f5c37629
@ -126,7 +126,7 @@ open class Tooltip: Control, TooltipLaunchable {
|
||||
backgroundColor = .clear
|
||||
|
||||
isAccessibilityElement = true
|
||||
accessibilityTraits = .link
|
||||
accessibilityTraits = .button
|
||||
|
||||
onClickSubscriber = publisher(for: .touchUpInside)
|
||||
.sink(receiveValue: { [weak self] tooltip in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user