-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 search dropdown click #3364
Conversation
🦋 Changeset detectedLatest commit: 14c1972 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest changes of this PR are available as canary in npm (based on the declared
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3364 +/- ##
=======================================
Coverage 55.69% 55.69%
=======================================
Files 110 110
Lines 5237 5237
Branches 1425 1425
=======================================
Hits 2917 2917
Misses 1896 1896
Partials 424 424
|
612b62f
to
539814e
Compare
a482175
to
58e657a
Compare
✅ Deploy Preview for graphiql-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Fixes #3307
Temporarily disable the
onBlur
behavior, because it's more important to have the search results clickable than to dismiss the dropdownonBlur
- already, simply by clicking outside the dropdown, you can dismiss it.