Skip to content
Snippets Groups Projects
Commit fa99e53b authored by timothycarambat's avatar timothycarambat
Browse files

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

resolves #1359
parent 5bf4b4db
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ const HistoricalMessage = ({ ...@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment