fix: copy share link

This commit is contained in:
Timothy J. Baek 2024-04-21 19:09:59 -05:00
parent 4d8ba5c7f0
commit 424141d1da
1 changed files with 1 additions and 1 deletions

View File

@ -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;