This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
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
helpers
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
models Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
policies
presenters
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
views Adjust settings pages (#4765) 2017-09-02 15:49:28 +02:00
workers