-
Notifications
You must be signed in to change notification settings - Fork 549
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
Allow "/" when editing code #1177
Conversation
🚀 Regression report for commit 621bcce is at https://web-php-regression-report-pr-1177.preview.thephp.foundation |
🚀 Preview for commit 621bcce can be found at https://web-php-pr-1177.preview.thephp.foundation |
js/search.js
Outdated
if (event.target.contentEditable) { | ||
return; | ||
} | ||
|
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.
Changing it this way will make it impossible to use the /
popup search input box
Thanks @sy-records ! |
It was reported that you can't hit "/" when editing code, this fixes it. I was suprised that this part of the code doesn't use
mousetrap
as injs/common.js
.