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

Make it possible to opt out of focus handling #90

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    02e5d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40ca67 View commit details
    Browse the repository at this point in the history
  3. Document the option

    Haraldson authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    996945b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7eabaa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Flip the logic to match the desired default value

    `handleFocus` (needed to be set to `true` to retain current focus behavior, a breaking change) -> `preventFocusHandling` (needs to be explicitly set to `true` to opt out of current focus behavior, non-breaking).
    Haraldson authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ca95a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c6107 View commit details
    Browse the repository at this point in the history
  3. Code review fixes

    Haraldson authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    784b350 View commit details
    Browse the repository at this point in the history