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 missing ")" on query selector #432

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

PH7-Jack
Copy link
Contributor

Description

This PR updates the JavaScript query selector used in modal.focusables(). The update corrects the syntax of the :not pseudo-class applied to input elements, ensuring hidden inputs are properly excluded from the selection. This change enhances the functionality and reliability of our UI element selection logic.

Changes

  • Corrected the placement of parentheses in the query selector string.

Thanks for your time!

@PhiloNL PhiloNL merged commit 17b6159 into wire-elements:main Apr 12, 2024
1 check passed
@PhiloNL
Copy link
Contributor

PhiloNL commented Apr 12, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants