mastodon/app/javascript/mastodon/features/notifications
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
..
components Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777) 2017-09-02 16:27:16 +02:00
containers Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
index.js Generalized the infinite scrollable list (#4697) 2017-08-28 22:23:44 +02:00