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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue