Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material/tabs): prevent page scroll on space press #28532

Merged
merged 1 commit into from
Feb 8, 2024

Commits on Feb 2, 2024

  1. fix(material/tabs): prevent page scroll on space press

    This appears to be a regression from angular#27862 where the `preventDefault` was removed both from space and enter presses. We still need it on space so that the page doesn't scroll.
    
    Fixes angular#28392.
    crisbeto committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4037817 View commit details
    Browse the repository at this point in the history