mirror of https://github.com/zulip/zulip.git
518024e826
We use button element instead of <a> element for the button used to change stream permission. This change fixes the focus problem where the container was focussed when closing the permission modal. The problem here was because Micromodal focuses the element which was just focused before opening the modal, on closing the modal. And in this case the focused element before opening the modal was the "simplebar-content-wrapper" element as <a> tah without href is not focusable element. Related issue - #20223. |
||
---|---|---|
.. | ||
add_subscribers_form.hbs | ||
browse_streams_list.hbs | ||
browse_streams_list_item.hbs | ||
change_stream_info_modal.hbs | ||
new_stream_users.hbs | ||
selected_stream_title.hbs | ||
stream_creation_form.hbs | ||
stream_description.hbs | ||
stream_member_list_entry.hbs | ||
stream_members.hbs | ||
stream_permission_description.hbs | ||
stream_privacy_icon.hbs | ||
stream_settings.hbs | ||
stream_settings_checkbox.hbs | ||
stream_settings_overlay.hbs | ||
stream_subscription_request_result.hbs | ||
stream_types.hbs | ||
subscriber_count.hbs | ||
subscription_setting_icon.hbs |