mastodon/app
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
..
controllers Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
helpers Update status embeds (#4742) 2017-08-30 10:23:43 +02:00
javascript Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777) 2017-09-02 16:27:16 +02:00
lib Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
mailers Set default From address in config (#3756) 2017-07-07 00:12:12 +02:00
models Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
policies Add status destroy authorization to policy (#3453) 2017-05-30 22:56:31 +02:00
presenters Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
serializers Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
services Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
validators Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
views Adjust settings pages (#4765) 2017-09-02 15:49:28 +02:00
workers Forward ActivityPub creates that reply to local statuses (#4709) 2017-08-30 15:37:02 +02:00