Copy raw text to clipboard to prevent omission of data for code-related tasks

resolves #1359
This commit is contained in:
timothycarambat 2024-05-19 18:01:02 -05:00
parent 5bf4b4db58
commit fa99e53bdf

View File

@ -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}