|
|
|
|
|
by pornel
2061 days ago
|
|
Please add `return false` or `event.preventDefault()` to your keyboard handlers! Otherwise the browser assumes the page didn't do anything with the events and uses its default keyboard handlers. I have find-as-you-type enabled, and pressing keys launches search for me. Handlers need to "eat" the keyboard events to prevent default browser behavior. |
|
edit: oh it's on github, gonna submit an issue