mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-13 02:00:10 +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="flex gap-x-5">
|
||||||
<div className="relative w-[35px] h-[35px] rounded-full flex-shrink-0 overflow-hidden" />
|
<div className="relative w-[35px] h-[35px] rounded-full flex-shrink-0 overflow-hidden" />
|
||||||
<Actions
|
<Actions
|
||||||
message={DOMPurify.sanitize(message)}
|
message={message}
|
||||||
feedbackScore={feedbackScore}
|
feedbackScore={feedbackScore}
|
||||||
chatId={chatId}
|
chatId={chatId}
|
||||||
slug={workspace?.slug}
|
slug={workspace?.slug}
|
||||||
|
Loading…
Reference in New Issue
Block a user