Glitch-Shrike/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
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
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
emojione_light.js
extra_polyfills.js
is_mobile.js
link_header.js
load_polyfills.js
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