You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
The logic landing from #3413 currently only detects actions based on event.target directly.
This means that if you have any child elements within an element that represents an action (e.g. an icon inside of a list item), interacting with that child element will not properly reflect that the action was performed.
The dialog code should use mdc-dom/ponyfill.closest (#3559) to identify an action associated with interaction events.
The text was updated successfully, but these errors were encountered:
The logic landing from #3413 currently only detects actions based on
event.target
directly.This means that if you have any child elements within an element that represents an action (e.g. an icon inside of a list item), interacting with that child element will not properly reflect that the action was performed.
The dialog code should use
mdc-dom/ponyfill.closest
(#3559) to identify an action associated with interaction events.The text was updated successfully, but these errors were encountered: