mastodon/app/javascript/mastodon/features/ui
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 Do not scroll the columns area due to redirection (#4541) 2017-08-29 14:16:21 +02:00
util Embed modal (#4748) 2017-08-31 03:38:35 +02:00
index.js Use system's default font on non web UI pages (#4553) 2017-09-01 16:13:31 +02:00