mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
fix: copy share link
This commit is contained in:
parent
4d8ba5c7f0
commit
424141d1da
@ -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 New Issue
Block a user