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

Only restore focus to the Menu.Button if necessary when activating a Menu.Option #1782

Merged
merged 2 commits into from Aug 22, 2022

Commits on Aug 22, 2022

  1. only restore focus to the Menu Button if necessary

    This will check whether the focus got moved to somewhere else or not
    once we activate an item via click or pressing `enter`.
    
    Pressing escape will still move focus to the Menu Button.
    RobinMalfait committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    1653db6 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b180bea View commit details
    Browse the repository at this point in the history