mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac/enh: copy formatted table
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
class="p-1 rounded-lg bg-transparent transition"
|
||||
on:click={(e) => {
|
||||
e.stopPropagation();
|
||||
copyToClipboard(token.raw.trim());
|
||||
copyToClipboard(token.raw.trim(), null, $settings?.copyFormatted ?? false);
|
||||
}}
|
||||
>
|
||||
<Clipboard className=" size-3.5" strokeWidth="1.5" />
|
||||
|
||||
Reference in New Issue
Block a user