mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-10 17:00:11 +01:00
Copy raw text to clipboard to prevent omission of data for code-related tasks
resolves #1359
This commit is contained in:
parent
5bf4b4db58
commit
fa99e53bdf
@ -57,7 +57,7 @@ const HistoricalMessage = ({
|
||||
<div className="flex gap-x-5">
|
||||
<div className="relative w-[35px] h-[35px] rounded-full flex-shrink-0 overflow-hidden" />
|
||||
<Actions
|
||||
message={DOMPurify.sanitize(message)}
|
||||
message={message}
|
||||
feedbackScore={feedbackScore}
|
||||
chatId={chatId}
|
||||
slug={workspace?.slug}
|
||||
|
Loading…
Reference in New Issue
Block a user