From 150e68f20aacb1532ad3f6c662184778e4e3bf50 Mon Sep 17 00:00:00 2001
From: SweenyYang <32320149+yangxyo@users.noreply.github.com>
Date: Wed, 9 Jul 2025 08:51:54 +0800
Subject: [PATCH] Fixed the issue where anchor (``) tags in reply content
could not properly open links in a new tab or window. For security reasons,
it is recommended to add `rel="noopener"` when using `target="_blank"` in
`` tags. (#5176)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: 杨欣雨
---
projects/app/src/components/Markdown/codeBlock/iframe-html.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/app/src/components/Markdown/codeBlock/iframe-html.tsx b/projects/app/src/components/Markdown/codeBlock/iframe-html.tsx
index 434bbc8e4..e11098a2e 100644
--- a/projects/app/src/components/Markdown/codeBlock/iframe-html.tsx
+++ b/projects/app/src/components/Markdown/codeBlock/iframe-html.tsx
@@ -114,7 +114,7 @@ const IframeHtmlCodeBlock = ({
() => (