From 5c76edfbc42afb6fe58b78e570bb8432ec1779d2 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 13 Apr 2023 16:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E5=A2=9E=E5=8A=A0issue?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Issues/Component/comments/editComment.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forge/Issues/Component/comments/editComment.jsx b/src/forge/Issues/Component/comments/editComment.jsx index 5ce9b6615..a0083d2fb 100644 --- a/src/forge/Issues/Component/comments/editComment.jsx +++ b/src/forge/Issues/Component/comments/editComment.jsx @@ -115,6 +115,7 @@ function EditComment(props){ initValue={content} onChange={(value)=>{setQuillFlag(false);setContent(value);}} isCanAtme = {true} + isQuoteIssue={true} changeAtWhoLoginList = {(loginList)=>{setAtWhoLoginList(loginList); setAttachmentClean(true)}} owner = {owner} projectsId = {projectsId}