mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac/enh: copy formatted table
This commit is contained in:
parent
82a5f11b72
commit
03dc4d7182
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@
|
||||||
class="p-1 rounded-lg bg-transparent transition"
|
class="p-1 rounded-lg bg-transparent transition"
|
||||||
on:click={(e) => {
|
on:click={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
copyToClipboard(token.raw.trim());
|
copyToClipboard(token.raw.trim(), null, $settings?.copyFormatted ?? false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Clipboard className=" size-3.5" strokeWidth="1.5" />
|
<Clipboard className=" size-3.5" strokeWidth="1.5" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue