diff --git a/src/lib/components/chat/ShareChatModal.svelte b/src/lib/components/chat/ShareChatModal.svelte index 96ff12cdf..0f63704d0 100644 --- a/src/lib/components/chat/ShareChatModal.svelte +++ b/src/lib/components/chat/ShareChatModal.svelte @@ -137,7 +137,7 @@ on:pointerdown={() => { shareLocalChat(); }} - on:click={async () => { + on:pointerup={async () => { copyToClipboard(shareUrl); toast.success($i18n.t('Copied shared chat URL to clipboard!')); show = false;