chinwagsocial/app/javascript/mastodon/features/ui/components
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_modal.js
boost_modal.js
bundle.js
bundle_column_error.js
bundle_modal_error.js
column.js
column_header.js
column_link.js
column_loading.js
column_subheading.js
columns_area.js
confirmation_modal.js
embed_modal.js
image_loader.js
media_modal.js
modal_loading.js
modal_root.js
onboarding_modal.js
report_modal.js
tabs_bar.js
upload_area.js Don't unconditionally call preventDefault and stopPropagation on all keyup events (#4777) 2017-09-02 16:27:16 +02:00
video_modal.js