mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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.
4 lines
200 B
Handlebars
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>
|