cdig / svga

A framework for making interactive animations with SVG.
https://github.com/cdig/svga/wiki
MIT License
8 stars 2 forks source link

If the window loses focus during keyboard nav, it doesn't stop! #94

Closed ivanreese closed 8 years ago

ivanreese commented 8 years ago

We need to cancel all "down" keys when the window blurs.

ivanreese commented 8 years ago

Turns out this wasn't actually a bug, but we'll still fix it just in case it occurs on other systems.