forked from open-webui/open-webui
fix: copy share link
This commit is contained in:
parent
4d8ba5c7f0
commit
424141d1da
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue