chore: issue comment mention user improvement (#4163)
This commit is contained in:
parent
91ed27837e
commit
7aa1d750ea
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export const IssueCommentCreate: FC<TIssueCommentCreate> = (props) => {
|
|||
watch("comment_html") === "" ||
|
||||
watch("comment_html")?.trim() === "" ||
|
||||
watch("comment_html") === "<p></p>" ||
|
||||
isEmptyHtmlString(watch("comment_html") ?? "");
|
||||
(isEmptyHtmlString(watch("comment_html") ?? "") && !watch("comment_html")?.includes("mention-component"));
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue