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/javascript/flavours/glitch/features/compose/containers
Plastikmensch 910d2d9f6b
Prevent doodle from closing on outside click (#2047)
Adds a new property to the dispatch, which when set to true, replaces the onClose handler with a no-op, preventing the modal from closing.

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>

Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
2023-01-04 11:59:43 +01:00
..
autosuggest_account_container.js
compose_form_container.js
dropdown_container.js Fix privacy dropdown in boost modal on mobile (#1967) 2022-11-22 11:26:14 +01:00
emoji_picker_dropdown_container.js
header_container.js
language_dropdown_container.js
navigation_container.js Port navigation bar from upstream (#1986) 2022-12-01 20:06:08 +01:00
options_container.js Prevent doodle from closing on outside click (#2047) 2023-01-04 11:59:43 +01:00
poll_form_container.js
privacy_dropdown_container.js Fix privacy dropdown in boost modal on mobile (#1967) 2022-11-22 11:26:14 +01:00
reply_indicator_container.js
search_container.js
search_results_container.js
sensitive_button_container.js
upload_container.js
upload_form_container.js
upload_progress_container.js
warning_container.js