forked from github/plane
chore: issue comment mention user improvement (#4163)
This commit is contained in:
parent
91ed27837e
commit
7aa1d750ea
@ -69,7 +69,7 @@ export const IssueCommentCreate: FC<TIssueCommentCreate> = (props) => {
|
|||||||
watch("comment_html") === "" ||
|
watch("comment_html") === "" ||
|
||||||
watch("comment_html")?.trim() === "" ||
|
watch("comment_html")?.trim() === "" ||
|
||||||
watch("comment_html") === "<p></p>" ||
|
watch("comment_html") === "<p></p>" ||
|
||||||
isEmptyHtmlString(watch("comment_html") ?? "");
|
(isEmptyHtmlString(watch("comment_html") ?? "") && !watch("comment_html")?.includes("mention-component"));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user