Commit 424141d1 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: copy share link

parent 4d8ba5c7
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment