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