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}