forked from Gitlink/forgeplus-react
评论增加issue引用
This commit is contained in:
parent
a269acf31a
commit
5c76edfbc4
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue