Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent the escape key from minimizing Safari (#265)
* fix: prevent the escape key from minimizing Safari Safari uses the escape key as a shortcut for exiting full screen. Stopping propagation is _not_ enough to prevent this behaviour. Use `preventDefault` instead of `stopPropagation` to avoid messing with the users' browser experience. Closes: #264 * fix: stop propagation in addition to preventing default
- Loading branch information
6721467
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.
Successfully deployed to the following URLs:
kbar – ./
kbar-git-main-timc.vercel.app
kbar-timc.vercel.app
kbar.vercel.app