mastodon/app/javascript/mastodon
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
..
actions Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
components Disable embed modal when private status (#4773) 2017-09-02 14:01:44 +02:00
containers Finish up embed modal feature (#4759) 2017-09-01 21:30:13 +02:00
features Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777) 2017-09-02 16:27:16 +02:00
locales i18n: Update Polish translation (#4775) 2017-09-02 16:25:54 +02:00
middleware
reducers Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
selectors
service_worker Refactor Web::PushSubscription, remove welcome message (#4524) 2017-09-01 13:35:23 +02:00
store
.gitkeep
api.js
base_polyfills.js
emoji.js make number of comparison in emojify() fewer (#4500) 2017-08-02 21:05:17 +02:00
emojione_light.js make number of comparison in emojify() fewer (#4500) 2017-08-02 21:05:17 +02:00
extra_polyfills.js
is_mobile.js
link_header.js
load_polyfills.js Load extra polyfills when isIntersecting is undefined (#4469) 2017-07-31 19:40:20 +02:00
main.js
performance.js
ready.js
rtl.js
scroll.js Scroll smoothly to the right (#4735) 2017-08-29 17:06:19 +02:00
stream.js
uuid.js
web_push_subscription.js Remove eslint-disable comments (#4681) 2017-08-24 12:15:36 +02:00