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={() => {
|
on:pointerdown={() => {
|
||||||
shareLocalChat();
|
shareLocalChat();
|
||||||
}}
|
}}
|
||||||
on:click={async () => {
|
on:pointerup={async () => {
|
||||||
copyToClipboard(shareUrl);
|
copyToClipboard(shareUrl);
|
||||||
toast.success($i18n.t('Copied shared chat URL to clipboard!'));
|
toast.success($i18n.t('Copied shared chat URL to clipboard!'));
|
||||||
show = false;
|
show = false;
|
||||||
|
|
Loading…
Reference in a new issue