Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query filter block: Restrict key handling to only when the modal is open
Previously, the key handler would try to run when the button was focused, but the modal was closed. Without having focusable elements set, this would cause the tab & shift+tab behavior to break. Restricting to the open modal keeps the focus-trap working when open. Fixes #471
- Loading branch information