forked from github/plane
fix: description editor fixes
This commit is contained in:
parent
261013b794
commit
7381a818a9
@ -84,7 +84,6 @@ export const IssueDescriptionInput: FC<IssueDescriptionInputProps> = observer((p
|
||||
dragDropEnabled
|
||||
customClassName="min-h-[150px] shadow-sm"
|
||||
onChange={(description: Object, description_html: string) => {
|
||||
// setShowAlert(true);
|
||||
setIsSubmitting("submitting");
|
||||
setDescriptionHTML(description_html);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user