fix: description editor fixes

This commit is contained in:
sriram veeraghanta 2024-02-19 00:34:54 +05:30
parent 261013b794
commit 7381a818a9

View File

@ -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);
}}