Closed pattonwebz closed 1 month ago
Swap to using event.currentTarget rather than event.target for finding the element that holds the ID for modal content.
event.currentTarget
event.target
The previous attempt to resolve this assumed a different issue was the cause https://github.com/equalizedigital/accessibility-checker/pull/792. The code from that PR is mostly reverted here.
Swap to using
event.currentTarget
rather thanevent.target
for finding the element that holds the ID for modal content.The previous attempt to resolve this assumed a different issue was the cause https://github.com/equalizedigital/accessibility-checker/pull/792. The code from that PR is mostly reverted here.
Checklist