Auto-deploy: 2026-05-26 17:48:55
This commit is contained in:
@@ -222,8 +222,7 @@
|
||||
}
|
||||
|
||||
const arabicSummary = resultData.arabic_summary || 'لم يتم توليد ملخص.';
|
||||
// Wrap the comment in a code block automatically before placing it in the text area
|
||||
const commentText = `\`\`\`\n${resultData.comment}\n\`\`\``;
|
||||
const commentText = resultData.comment || '';
|
||||
|
||||
createCommentBox(postEl, commentText, arabicSummary);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user