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:
Henit Chobisa 2023-11-04 01:57:57 +05:30 committed by GitHub
parent 52395d0563
commit f0335751b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 5 deletions

View file

@ -147,6 +147,7 @@ export const CommentCard: React.FC<Props> = ({
ref={showEditorRef}
value={comment.comment_html}
customClassName="text-xs border border-custom-border-200 bg-custom-background-100"
mentionHighlights={editorSuggestions.mentionHighlights}
/>
<CommentReaction projectId={comment.project} commentId={comment.id} />
</div>