glitchier-soc/app/javascript/mastodon/features/notifications/components
Surinna Curtis ed0798ec18 Don't unconditionally call preventDefault and stopPropagation on all keyup events ()
* 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
..
clear_column_button.js Use Class and Property Decorators () 2017-06-23 19:36:54 +02:00
column_settings.js Improve accessibility (part 2) () 2017-07-26 13:46:53 +02:00
notification.js Generalized the infinite scrollable list () 2017-08-28 22:23:44 +02:00
setting_toggle.js Don't unconditionally call preventDefault and stopPropagation on all keyup events () 2017-09-02 16:27:16 +02:00