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 click leaking through to DOM element underneath #763

Merged
merged 3 commits into from
Nov 23, 2022

Commits on Nov 22, 2022

  1. Fix click leaking through to DOM element underneath

    See comment, although this is quite hack - I'm torn on whether this
    is worth it for the bugfix. Upgrading react-aria doesn't fix it either
    (and also breaks everything in React strict mode).
    
    Fixes #762
    dbkr committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    098be75 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Use useCallback

    Co-authored-by: Robin <robin@robin.town>
    dbkr and robintown authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    40a0958 View commit details
    Browse the repository at this point in the history
  2. Add import

    And also Prettier says hi apparently
    dbkr committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9c08a69 View commit details
    Browse the repository at this point in the history