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 close inserter on Escape or button press on inserter toggle #60391

Closed
wants to merge 3 commits into from

Commits on Apr 25, 2024

  1. Only close inserter on Escape or button press on inserter toggle

    Remove the useDialog hook, as it was only used for focus outside and escape keypresses to close the inserter. It doesn't appear any semantics were added. This manually implements an escape keypress hook to close the inserter when focus is inside the inserter.
    jeryj authored and scruffian committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0b669f5 View commit details
    Browse the repository at this point in the history
  2. Add search into blocks and patterns tabs

    jeryj authored and scruffian committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3483005 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a1ec9c View commit details
    Browse the repository at this point in the history