mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(chat): fix clipboard catch, remove unused bottomRef, fix redact array recursion, fix inline code detection
This commit is contained in:
parent
8f09c09cd1
commit
d14bf72339
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ function CopyButton({ text }: { text: string }) {
|
|||
setCopied(true);
|
||||
setTimeout(() => setCopied(false), 2000);
|
||||
}).catch(() => {
|
||||
message.error("Failed to copy to clipboard");
|
||||
// clipboard not available (non-HTTPS or permission denied) — silently no-op
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue