Pull Request: Exclude input and textarea from "/" key handler by sy-records · Pull Request #1213 · php/web-php · GitHub
Author: sy-records
Fix #1211
Updated the keydown event listener to exclude <input> and <textarea> elements in addition to contentEditable elements. This ensures that the "/" shortcut does not interfere with user input in form fields or editable areas.