github / hotkey

Trigger an action on an element with a keyboard shortcut.
https://github.github.com/hotkey/
MIT License
3.22k stars 97 forks source link

Fix querySelector by quoting templated value #57

Closed keithamus closed 2 years ago

keithamus commented 2 years ago

For some elements which have invalid query selector values in the ID, for example a space character, having the id selector unquoted will cause a DOMException. This is easily mitigated by wrapping this selector in quotes.