fix: mentions enter error (#2646)
* fix: fixed readonly lite text editor not rendering highlights * fix: removed enter extension in lite text editor
This commit is contained in:
parent
52395d0563
commit
f0335751b3
5 changed files with 8 additions and 5 deletions
|
|
@ -158,6 +158,7 @@ export const IssueCommentCard: React.FC<IIssueCommentCard> = (props) => {
|
|||
ref={showEditorRef}
|
||||
value={comment.comment_html}
|
||||
customClassName="text-xs border border-custom-border-200 bg-custom-background-100"
|
||||
mentionHighlights={editorSuggestions.mentionHighlights}
|
||||
/>
|
||||
|
||||
<div className="mt-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue