Skip to content

fix missing ")" on query selector#432

Merged
PhiloNL merged 2 commits intowire-elements:mainfrom
ph7jack:fix-focusable-query-selector
Apr 12, 2024
Merged

fix missing ")" on query selector#432
PhiloNL merged 2 commits intowire-elements:mainfrom
ph7jack:fix-focusable-query-selector

Conversation

@ph7jack
Copy link
Copy Markdown
Contributor

@ph7jack ph7jack commented Mar 29, 2024

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
@PhiloNL
Copy link
Copy Markdown
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.

2 participants