Externalizable / bongo.cat

Hit the bongos like Bongo Cat!
https://bongo.cat
MIT License
3.23k stars 425 forks source link

Stop keypress event bubbling #147

Closed timdorr closed 4 years ago

timdorr commented 4 years ago

This prevents keypress events from bubbling up to the window/document, where they might trigger things like find-as-you-type or other hotkeys. Those browser actions might steal focus and keep the site from working.

SwampertX commented 4 years ago

Closes #143.