Files
zulip/web/templates/copy_message_button.hbs
Aman Agrawal 83423bb45b copy_message_button: Use div HTML tag instead of button.
For some reason, browser is treating clicking on the button as
submitting the form, which results in the page getting redirected
to the same page with an additional empty query `?` in the URL.
2023-03-27 16:11:19 -07:00

4 lines
200 B
Handlebars

<div class="copy_button_base copy_message tippy-zulip-tooltip" data-tippy-content="{{t 'Copy and close' }}" aria-label="{{t 'Copy and close' }}" role="button">
{{> copy_to_clipboard_svg }}
</div>