Surinna Curtis 8cc1ed3c55 Don't unconditionally call preventDefault and stopPropagation on all keyup events (#4777)
* UploadArea should only preventDefault for Escape

This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default.

* Remove workaround for fixed bug in SettingToggle

SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again
2017-09-02 16:27:16 +02:00
..
2017-08-25 01:41:18 +02:00
2017-08-25 01:41:18 +02:00
2017-05-20 17:31:47 +02:00
2017-05-20 17:31:47 +02:00
2017-06-10 15:06:50 +02:00
2017-08-29 17:06:19 +02:00