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="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}