-
Notifications
You must be signed in to change notification settings - Fork 415
Fix: Prevent calling onClose()
when shiftKey
, ctrlKey
or metaKey
is pressed
#1870
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: Prevent calling onClose()
when shiftKey
, ctrlKey
or metaKey
is pressed
#1870
Conversation
|
Name | Link |
---|---|
🔨 Latest commit | 9455390 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks–that's a nice UX improvement!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lovely! thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
releasing here #1871 |
Thanks! |
This PR checks for presence of
shiftKey
,ctrlKey
ormetaKey
when clicking the result so users can open multiple search results without re-opening the search modal.