Fix:Copy button in code blocks copies the original AI output instead of the edited content
@@ -84,7 +84,7 @@
const copyCode = async () => {
copied = true;
- await copyToClipboard(code);
+ await copyToClipboard(_code);
setTimeout(() => {
copied = false;