-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves how button handles activation clicks. Previously
click()
w…
…as overridden and this did not support directly dispatched click events. Now click events are explicitly handled if the event is targeted at the element itself. Since `click()` dispatches a click event, it no longer needs to be overridden. PiperOrigin-RevId: 495694515
- Loading branch information
1 parent
4e3054b
commit cb55c90
Showing
1 changed file
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters