material-components / material-components-web

Modular and customizable Material Design UI components for the web
https://material.io/develop/web
MIT License
17.12k stars 2.15k forks source link

fix(menusurface): Stop `Escape` keydown event bubbling from MenuSurface component. #8051

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

fix(menusurface): Stop Escape keydown event bubbling from MenuSurface component.

This change stops bubbling of the mentioned event thereby closing the menu surface as the primary action and prevents further handling of this event.