diff --git a/components/http/Request.vue b/components/http/Request.vue index d99393002..208a7d4a4 100644 --- a/components/http/Request.vue +++ b/components/http/Request.vue @@ -115,18 +115,33 @@ @@ -165,13 +180,23 @@ ref="copyRequest" :label="$t('request.copy_link')" :icon="hasNavigatorShare ? 'share' : 'content_copy'" - @click.native="copyRequest()" + @click.native=" + () => { + copyRequest() + sendOptions.tippy().hide() + } + " />